improvement
authorTill Riedel <till@ipd.info.uni-karlsruhe.de>
Sun, 26 Jan 2003 23:48:14 +0000 (23:48 +0000)
committerTill Riedel <till@ipd.info.uni-karlsruhe.de>
Sun, 26 Jan 2003 23:48:14 +0000 (23:48 +0000)
[r660]

configure.in

index 61534f1..c021c89 100644 (file)
@@ -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