aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2005-07-26 18:28:01 +0000
committerGerald Combs <gerald@wireshark.org>2005-07-26 18:28:01 +0000
commitda94bcb0e7d0fcd2dca65cfc39ccf685f0cf01cd (patch)
treec69187ca43fc359cf81b66c6dcbefe28c403d990 /configure.in
parentc400dda92f06905864ac04bd67f41bf5a3daea7b (diff)
Build randpkt by default.
svn path=/trunk/; revision=15099
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index ddaab90418..0963612d5f 100644
--- a/configure.in
+++ b/configure.in
@@ -611,7 +611,7 @@ AC_SUBST(dftest_bin)
# Enable/disable randpkt
AC_ARG_ENABLE(randpkt,
-[ --enable-randpkt build randpkt. [default=no]],enable_randpkt=$enableval,enable_randpkt=no)
+[ --enable-randpkt build randpkt. [default=yes]],enable_randpkt=$enableval,enable_randpkt=yes)
if test "x$enable_randpkt" = "xyes" ; then
randpkt_bin="randpkt\$(EXEEXT)"