diff options
author | Gerald Combs <gerald@wireshark.org> | 2002-03-01 03:42:13 +0000 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 2002-03-01 03:42:13 +0000 |
commit | 00c17fb92bc2db6d1ed62004f6b8ac5bd3523540 (patch) | |
tree | 7ca030d6a9f40b4552c7b5523cbf06e7b2658a9d /configure.in | |
parent | 150485925837d684d0276b787ec570317670a70d (diff) | |
download | wireshark-00c17fb92bc2db6d1ed62004f6b8ac5bd3523540.tar.gz wireshark-00c17fb92bc2db6d1ed62004f6b8ac5bd3523540.tar.bz2 wireshark-00c17fb92bc2db6d1ed62004f6b8ac5bd3523540.zip |
Don't link with the SNMP library by default.
svn path=/trunk/; revision=4836
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
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) |