aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2011-05-27 03:22:48 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2011-05-27 03:22:48 +0000
commite7974bf250e831c077c6679f121edd10a4e63e1a (patch)
treee541abf2746e4f8b5f68ae182084a47c87aaecd7 /configure.in
parentf3f9f2697f4ac1571d0204aa51dce0d2cb9041dd (diff)
AirPcap is disabled by default; fix the help text to reflect that fact.
svn path=/trunk/; revision=37423
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 88413053be..c446563dd6 100644
--- a/configure.in
+++ b/configure.in
@@ -1693,7 +1693,7 @@ AC_DEFINE(WS_MSVC_NORETURN,, [Define as the string to precede declarations of ro
AC_ARG_ENABLE(airpcap,
AC_HELP_STRING( [--enable-airpcap],
- [use airpcap in wireshark. @<:@default=yes@:>@]),
+ [use airpcap in wireshark. @<:@default=no@:>@]),
enable_airpcap=$enableval
if test x$enable_airpcap != xno; then
AC_DEFINE(HAVE_AIRPCAP, 1, [Enable AirPcap])
@@ -1910,7 +1910,7 @@ AC_OUTPUT(
Makefile
doxygen.cfg
asn1/Makefile
- _CUSTOM_ASN1_AC_OUTPUT_
+ _CUSTOM_ASN1_AC_OUTPUT_
asn1/acp133/Makefile
asn1/acse/Makefile
asn1/ansi_map/Makefile