diff options
Diffstat (limited to 'vlib/configure.ac')
-rw-r--r-- | vlib/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vlib/configure.ac b/vlib/configure.ac index 6aa08f6f454..f7079e64dbd 100644 --- a/vlib/configure.ac +++ b/vlib/configure.ac @@ -6,7 +6,7 @@ AM_SILENT_RULES([yes]) AC_PROG_CC 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]) |