aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2009-09-17 08:29:10 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2009-09-17 08:29:10 +0000
commit6d9036f8491ab658bdaf31acc4268091cfb71ac7 (patch)
tree7969f585b2664fbfd33e52196a5d1a415178912a /configure.in
parent076396cf7f03df486774a83bd6b9d1e39e2e7d90 (diff)
Make the new packet list the default build choice.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29964 f5534014-38df-0310-8fa8-9805f1628bb7
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 0fc8e7e88d..885a75a6e2 100644
--- a/configure.in
+++ b/configure.in
@@ -1615,8 +1615,8 @@ AC_SUBST(ENABLE_STATIC)
AC_ARG_ENABLE(new-packet-list,
AC_HELP_STRING( [--enable-new-packet-list],
- [use new packet list feature. @<:@default=no@:>@]),
- new_packet_list=$enableval,new_packet_list=no)
+ [use new packet list feature. @<:@default=yes@:>@]),
+ new_packet_list=$enableval,new_packet_list=yes)
AC_MSG_CHECKING(if new packet list is used);
if test "x$enable_new_packet_list" = "xyes" ; then
AC_MSG_RESULT(yes)