Make the new packet list the default build choice.

svn path=/trunk/; revision=29964
This commit is contained in:
Anders Broman 2009-09-17 08:29:10 +00:00
parent 79241dc331
commit 5564468d40
2 changed files with 3 additions and 3 deletions

View File

@ -143,7 +143,7 @@ GLIB_PKG=2.20.5-1
##### To Use new packet list uncomment this line ####
### Warning Experimental - work in progress
#NEW_PACKET_LIST_CONFIG=^#define NEW_PACKET_LIST 1
NEW_PACKET_LIST_CONFIG=^#define NEW_PACKET_LIST 1
#
# Mandatory: GTK (& related libs) settings

View File

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