aboutsummaryrefslogtreecommitdiffstats
path: root/vpp/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'vpp/configure.ac')
-rw-r--r--vpp/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/vpp/configure.ac b/vpp/configure.ac
index 25de7773..0bc13e63 100644
--- a/vpp/configure.ac
+++ b/vpp/configure.ac
@@ -5,7 +5,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])