From: Till Riedel Date: Sun, 26 Jan 2003 23:48:14 +0000 (+0000) Subject: improvement X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=9c89b945830cbbd90680556b3c363c38ab932a78;p=libfirm improvement [r660] --- diff --git a/configure.in b/configure.in index 61534f1a5..c021c89d7 100644 --- a/configure.in +++ b/configure.in @@ -191,7 +191,7 @@ AC_FUNC_OBSTACK #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 dnl obstack header not found. AC_MSG_ERROR("no obstack support") fi