diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/configure.ac | 2 | ||||
-rw-r--r-- | plugins/snat-plugin/configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/configure.ac b/plugins/configure.ac index c31519195f2..cf58bf75518 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]) diff --git a/plugins/snat-plugin/configure.ac b/plugins/snat-plugin/configure.ac index e7408b93850..011246cd30e 100644 --- a/plugins/snat-plugin/configure.ac +++ b/plugins/snat-plugin/configure.ac @@ -22,7 +22,7 @@ AX_PROG_JAVADOC AX_PROG_JAVA 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]) |