aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-10-23 03:54:04 +0000
committerGuy Harris <guy@alum.mit.edu>2002-10-23 03:54:04 +0000
commitb9e2d694c4e1981a852fb9bfce5afbf02d0c9c2c (patch)
tree308a51f2d3d121c09af031451cfe7c4c5c92b4de
parenta71d1d910e21a9dbec9caef3d404b1626ee5ad0c (diff)
In the message indicating how Ethereal was configured, say "Use UCD
SNMP/NET-SNMP" rather than just "Use UCD SNMP", now that we support both. svn path=/trunk/; revision=6480
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index cb5ab6a475..d84de06047 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-# $Id: configure.in,v 1.183 2002/10/22 20:06:15 jmayer Exp $
+# $Id: configure.in,v 1.184 2002/10/23 03:54:04 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
@@ -796,4 +796,4 @@ echo " Use GTK+ v2 library : $enable_gtk2"
echo " Use pcap library : $want_pcap"
echo " Use zlib library : $zlib_message"
echo " Use IPv6 name resolution : $enable_ipv6"
-echo " Use UCD SNMP library : $snmp_libs_message"
+echo " Use UCD SNMP/NET-SNMP library : $snmp_libs_message"