aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2003-07-23 20:32:37 +0000
committerGerald Combs <gerald@wireshark.org>2003-07-23 20:32:37 +0000
commit9d91efb9e2ec908244e3f6c12727e4b5b3697c98 (patch)
tree6c8e65cb40f622201caf6f4c62465615ec725ddd /wiretap
parent1732b3bc9b986cf585331c2ba52ce07de5d2e4d8 (diff)
Back out the changes made earlier.
svn path=/trunk/; revision=8075
Diffstat (limited to 'wiretap')
-rw-r--r--wiretap/configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/wiretap/configure.in b/wiretap/configure.in
index 8cdfe14531..0776aeb969 100644
--- a/wiretap/configure.in
+++ b/wiretap/configure.in
@@ -1,4 +1,4 @@
-# $Id: configure.in,v 1.46 2003/07/23 18:00:15 gerald Exp $
+# $Id: configure.in,v 1.47 2003/07/23 20:32:37 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=no]],enable_usr_local=$enableval,enable_usr_local=no)
+[ --enable-usr-local look for headers and libs in /usr/local tree. [default=yes]],enable_usr_local=$enableval,enable_usr_local=yes)
AC_MSG_CHECKING(whether to use /usr/local for headers and libraries)
if test "x$enable_usr_local" = "xyes" ; then