X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=plugins%2Fconfigure.ac;h=6e7d5b8ad1e661afcab5ff8c01b83d3b73b7eb9e;hb=1099b0db45a7a0bb597c4deb5b9387f5b6ae280f;hp=1c9febe267916b45c5e19f58f88b2447e48dc3ef;hpb=bbae375ca20df350b26bb97cbe63835661379457;p=vpp.git diff --git a/plugins/configure.ac b/plugins/configure.ac index 1c9febe2679..6e7d5b8ad1e 100644 --- a/plugins/configure.ac +++ b/plugins/configure.ac @@ -11,7 +11,7 @@ AC_ARG_ENABLE(tests, [enable_tests=0]) AC_ARG_WITH(dpdk, - AC_HELP_STRING([--with-dpdk],[Use the Intel dpdk]), + AC_HELP_STRING([--with-dpdk],[Use DPDK]), [with_dpdk=1], [with_dpdk=0]) @@ -56,6 +56,10 @@ AM_CONDITIONAL(ENABLE_$1_PLUGIN, test "$enable_the_plugin" = "1") PLUGIN_ENABLED(sixrd) PLUGIN_ENABLED(ioam) PLUGIN_ENABLED(snat) +PLUGIN_ENABLED(ila) +PLUGIN_ENABLED(lb) +PLUGIN_ENABLED(flowperpkt) +PLUGIN_ENABLED(acl) # Disabled plugins, require --enable-XXX-plugin PLUGIN_DISABLED(vcgn)