aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-04-08 01:39:02 +0000
committerGuy Harris <guy@alum.mit.edu>2002-04-08 01:39:02 +0000
commit2ceb589445fb6f42659b9cd7edaaa1dc06471e4b (patch)
tree934329bc51e4f23ab1fca9c0209a88216ff0eab4 /configure.in
parent06adbfc55608bf05ff8f7064e01b1711b1021b45 (diff)
Clean up the "Use zlib library" message.
svn path=/trunk/; revision=5116
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in12
1 files changed, 8 insertions, 4 deletions
diff --git a/configure.in b/configure.in
index de5e3dc497..e33bc6ab4e 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-# $Id: configure.in,v 1.162 2002/04/08 01:34:38 guy Exp $
+# $Id: configure.in,v 1.163 2002/04/08 01:39:02 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
@@ -711,14 +711,18 @@ else
setuid_message="no"
fi
+if test "x$want_libz" = "no" ; then
+ zlib_message="no"
+else
+ zlib_message="yes"
+fi
+
if test "x$SNMP_LIBS" = "x" ; then
snmp_libs_message="no"
else
snmp_libs_message="yes"
fi
-
-
echo ""
echo "The Ethereal package has been configured with the following options."
echo " Build ethereal : $enable_ethereal"
@@ -733,6 +737,6 @@ echo ""
echo " Install setuid : $setuid_message"
echo " Use plugins : $have_plugins"
echo " Use pcap library : $want_pcap"
-echo " Use zlib library : $want_zlib"
+echo " Use zlib library : $zlib_message"
echo " Use IPv6 name resolution : $enable_ipv6"
echo " Use UCD SNMP library : $snmp_libs_message"