Make "--enable-usr-local" disabled by default, as suggested by Joerg Mayer.
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 23 Jul 2003 18:00:15 +0000 (18:00 +0000)
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 23 Jul 2003 18:00:15 +0000 (18:00 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8073 f5534014-38df-0310-8fa8-9805f1628bb7

configure.in
wiretap/configure.in

index f3c789f712a1e82da140e46db2f5328ea535ff5f..00c7079652246c454d7e370f164e9c71ec5bc30b 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: configure.in,v 1.212 2003/07/23 02:06:24 gerald Exp $
+# $Id: configure.in,v 1.213 2003/07/23 18:00:15 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
@@ -146,7 +146,7 @@ dnl XXX FIXME don't include /usr/local if it is already in the system
 dnl search path as this causes gcc 3.2 on Linux to complain about a change
 dnl of the system search order for includes
 AC_ARG_ENABLE(usr-local,
-[  --enable-usr-local      look for headers and libs in /usr/local tree.  [default=yes]],enable_usr_local=$enableval,enable_usr_local=yes)
+[  --enable-usr-local      look for headers and libs in /usr/local tree.  [default=no]],enable_usr_local=$enableval,enable_usr_local=no)
 
 AC_MSG_CHECKING(whether to use /usr/local for headers and libraries)
 if test "x$enable_usr_local" = "xyes" ; then
index 5f937d11451eace73c38fa5555363a92c39d07c7..8cdfe14531bc9ed9186f1f8015bcde99c4d9f52f 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: configure.in,v 1.45 2003/01/30 10:20:44 jmayer Exp $
+# $Id: configure.in,v 1.46 2003/07/23 18:00:15 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
@@ -116,7 +116,7 @@ fi
 
 dnl Look in /usr/local for header files and libraries ?
 AC_ARG_ENABLE(usr-local,
-[  --enable-usr-local      look for headers and libs in /usr/local tree.  [default=yes]],enable_usr_local=$enableval,enable_usr_local=yes)
+[  --enable-usr-local      look for headers and libs in /usr/local tree.  [default=no]],enable_usr_local=$enableval,enable_usr_local=no)
 
 AC_MSG_CHECKING(whether to use /usr/local for headers and libraries)
 if test "x$enable_usr_local" = "xyes" ; then