X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=configure;h=2a0e13430d357cc6affb9408db35f789243b9680;hb=7b333712ca149070109f9975d8486c7ed3c720a3;hp=f9bdc1d405e3bd5c968459a7cd05976d594830fe;hpb=fb60e4cb5af1e120eab6d6687e1551aa192dae1e;p=libfirm 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; }; }