AirPcap is disabled by default; fix the help text to reflect that fact.

svn path=/trunk/; revision=37423
This commit is contained in:
Jeff Morriss 2011-05-27 03:22:48 +00:00
parent f3f9f2697f
commit e7974bf250
1 changed files with 2 additions and 2 deletions

View File

@ -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])