From 9e53b6869b040c8eef8487e6465f723b96c96043 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Tue, 10 Sep 2002 23:26:19 +0000 Subject: Check the right variable when generating the indication of whether we're building with zlib or not. svn path=/trunk/; revision=6262 --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 7923125a93..42352cab24 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -# $Id: configure.in,v 1.176 2002/09/04 22:12:30 sahlberg Exp $ +# $Id: configure.in,v 1.177 2002/09/10 23:26:19 guy Exp $ dnl dnl Process this file with autoconf 2.13 or later to produce a dnl configure script; 2.12 doesn't generate a "configure" script that @@ -730,7 +730,7 @@ else setuid_message="no" fi -if test "x$want_libz" = "no" ; then +if test "x$want_zlib" = "no" ; then zlib_message="no" else zlib_message="yes" -- cgit v1.2.3