From 9d91efb9e2ec908244e3f6c12727e4b5b3697c98 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Wed, 23 Jul 2003 20:32:37 +0000 Subject: Back out the changes made earlier. svn path=/trunk/; revision=8075 --- wiretap/configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wiretap') 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 -- cgit v1.2.3