Enable Airpcap build by default: There should be no

side effects on non-windows systems and it will increase
the common source code coverage between Win32 and other
systems.

svn path=/trunk/; revision=34356
This commit is contained in:
Jörg Mayer 2010-10-03 20:51:02 +00:00
parent bd4da13134
commit 95a48cd208
1 changed files with 1 additions and 1 deletions

View File

@ -1550,7 +1550,7 @@ AC_DEFINE(WS_VAR_IMPORT, extern, [Define as the string to precede external varia
AC_ARG_ENABLE(airpcap,
AC_HELP_STRING( [--enable-airpcap],
[use airpcap in wireshark. @<:@default=no@:>@]),
[use airpcap in wireshark. @<:@default=yes@:>@]),
enable_airpcap=$enableval
if test x$enable_airpcap != xno; then
AC_DEFINE(HAVE_AIRPCAP, 1, [Enable AirPcap])