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