aboutsummaryrefslogtreecommitdiffstats
path: root/vlib/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'vlib/configure.ac')
-rw-r--r--vlib/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/vlib/configure.ac b/vlib/configure.ac
index 6aa08f6f..f7079e64 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])