From: Götz Lindenmaier Date: Tue, 11 Feb 2003 15:03:48 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;ds=sidebyside;h=454514d94cbe140bcc1389ee21a6e89f7ec9fe74;p=libfirm *** empty log message *** [r754] --- 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; }; }