aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-09-10 23:26:19 +0000
committerGuy Harris <guy@alum.mit.edu>2002-09-10 23:26:19 +0000
commit9e53b6869b040c8eef8487e6465f723b96c96043 (patch)
treea2e8110552c875e3becd3469b10899026110b7c9 /configure.in
parent706ba0dba596840bd0e1ce5f1afe977cae9a8564 (diff)
Check the right variable when generating the indication of whether we're
building with zlib or not. svn path=/trunk/; revision=6262
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
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"