aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2011-03-08 14:41:12 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2011-03-08 14:41:12 +0000
commitec75406c30e2c42091785a0c62999f90d0d4f874 (patch)
treef64c96a3054ea4af5a4927a55f4f1ba1f9d0d920 /configure.in
parentd9beb8fcb0197235169625645dc55f756466d668 (diff)
Remove the --enable-new-packet-list option (since the code no longer supports the old packet list)
svn path=/trunk/; revision=36164
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in13
1 files changed, 0 insertions, 13 deletions
diff --git a/configure.in b/configure.in
index 6e398eee1f..1c30a68515 100644
--- a/configure.in
+++ b/configure.in
@@ -1800,19 +1800,6 @@ then
fi
AC_SUBST(ENABLE_STATIC)
-AC_ARG_ENABLE(new-packet-list,
- AC_HELP_STRING( [--enable-new-packet-list],
- [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$new_packet_list" = "xyes" ; then
- AC_MSG_RESULT(yes)
- AC_DEFINE(NEW_PACKET_LIST, 1,
- [Use the new packet list code])
-else
- AC_MSG_RESULT(no)
-fi
-
dnl Save the cacheable configure results to config.cache before recursing
AC_CACHE_SAVE