aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/configure.in
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-08-21 07:25:22 +0000
committerGuy Harris <guy@alum.mit.edu>2003-08-21 07:25:22 +0000
commit1ee1b5a58297a5d296e9345a8384dfaabff63a43 (patch)
tree4f7f9e95e19fa34b0e41443d58bffb1762f995c5 /wiretap/configure.in
parenta27ef6ace971832c2c7073430398fd897e6bcd2d (diff)
Align the --with-pcap help message with other help messages.
svn path=/trunk/; revision=8203
Diffstat (limited to 'wiretap/configure.in')
-rw-r--r--wiretap/configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/wiretap/configure.in b/wiretap/configure.in
index 0776aeb969..dc78092247 100644
--- a/wiretap/configure.in
+++ b/wiretap/configure.in
@@ -1,4 +1,4 @@
-# $Id: configure.in,v 1.47 2003/07/23 20:32:37 gerald Exp $
+# $Id: configure.in,v 1.48 2003/08/21 07:25:22 guy 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
@@ -170,7 +170,7 @@ AC_C_BIGENDIAN
# there's no benefit to not looking for the header.
#
AC_ARG_WITH(pcap,
-[ --with-pcap=DIR libpcap is located in directory DIR.],
+[ --with-pcap=DIR libpcap is located in directory DIR.],
[
if test $withval != yes -a $withval != no
then