*** empty log message ***
authorGötz Lindenmaier <goetz@ipd.info.uni-karlsruhe.de>
Tue, 11 Feb 2003 15:03:48 +0000 (15:03 +0000)
committerGötz Lindenmaier <goetz@ipd.info.uni-karlsruhe.de>
Tue, 11 Feb 2003 15:03:48 +0000 (15:03 +0000)
[r754]

configure

index f9bdc1d..2a0e134 100755 (executable)
--- 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; }; }