aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2002-03-01 03:42:13 +0000
committerGerald Combs <gerald@wireshark.org>2002-03-01 03:42:13 +0000
commit00c17fb92bc2db6d1ed62004f6b8ac5bd3523540 (patch)
tree7ca030d6a9f40b4552c7b5523cbf06e7b2658a9d
parent150485925837d684d0276b787ec570317670a70d (diff)
downloadwireshark-00c17fb92bc2db6d1ed62004f6b8ac5bd3523540.tar.gz
wireshark-00c17fb92bc2db6d1ed62004f6b8ac5bd3523540.tar.bz2
wireshark-00c17fb92bc2db6d1ed62004f6b8ac5bd3523540.zip
Don't link with the SNMP library by default.
svn path=/trunk/; revision=4836
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 34ebff63a0..93c77c323e 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-# $Id: configure.in,v 1.154 2002/02/27 09:42:38 guy Exp $
+# $Id: configure.in,v 1.155 2002/03/01 03:42:13 gerald 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
@@ -499,7 +499,7 @@ AC_SUBST(SSL_LIBS)
dnl SNMP Check
AC_ARG_ENABLE(snmp,
-[ --enable-snmp use SNMP library, if available. [default=yes]],,enable_snmp=yes)
+[ --enable-snmp use SNMP library, if available. [default=no]],,enable_snmp=no)
SNMP_LIBS=''
AC_MSG_CHECKING(whether to use SNMP library if available)