From 9c89b945830cbbd90680556b3c363c38ab932a78 Mon Sep 17 00:00:00 2001 From: Till Riedel Date: Sun, 26 Jan 2003 23:48:14 +0000 Subject: [PATCH] improvement [r660] --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1