From a0eadb76eae63e954b13f82be46b41a543802b82 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 28 Nov 2002 13:29:42 +0000 Subject: [PATCH] bad use of AM_CONDITIONAL removed and now configure runs better when used with --disable-ipv6 --without-zlib --- configure.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 829cd72a0..4e452c2e8 100644 --- a/configure.in +++ b/configure.in @@ -543,8 +543,7 @@ case "$OPT_ZLIB" in AC_CHECK_HEADER(zlib.h,[ AC_CHECK_LIB(z, gzread, - [AM_CONDITIONAL(CONTENT_ENCODING, true) - HAVE_LIBZ="1" + [HAVE_LIBZ="1" AC_SUBST(HAVE_LIBZ) LIBS="$LIBS -lz" AC_DEFINE(HAVE_ZLIB_H, 1, [if you have the zlib.h header file])