From 454514d94cbe140bcc1389ee21a6e89f7ec9fe74 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=B6tz=20Lindenmaier?= Date: Tue, 11 Feb 2003 15:03:48 +0000 Subject: [PATCH] *** empty log message *** [r754] --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index f9bdc1d40..2a0e13430 100755 --- a/configure +++ b/configure @@ -3505,7 +3505,7 @@ fi #AC_CHECK_HEADERS(obstack.h, ac_obstack_headers="yes", ac_obstack_headers="no") #if test "$ac_obstack_headers" != yes; then -if test $ac_cv_func_obstack != yes; then +if test "$ac_cv_func_obstack" != "yes"; then { { echo "$as_me:$LINENO: error: \"no obstack support\"" >&5 echo "$as_me: error: \"no obstack support\"" >&2;} { (exit 1); exit 1; }; } -- 2.20.1