aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac5
-rw-r--r--platform/linux-generic/m4/odp_dpdk.m41
2 files changed, 1 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 7b92a7f72..5c4332a44 100644
--- a/configure.ac
+++ b/configure.ac
@@ -82,11 +82,6 @@ AC_SUBST([platform_with_platform], ["platform/${with_platform}"])
AC_SUBST([platform_with_platform_test], ["platform/${with_platform}/test"])
##########################################################################
-# Prepare default values for platform specific optional features
-##########################################################################
-pktio_dpdk_support=no
-
-##########################################################################
# Run platform specific checks and settings
##########################################################################
if test "${with_platform}" == "linux-generic";
diff --git a/platform/linux-generic/m4/odp_dpdk.m4 b/platform/linux-generic/m4/odp_dpdk.m4
index 96bbc5b06..30347dce8 100644
--- a/platform/linux-generic/m4/odp_dpdk.m4
+++ b/platform/linux-generic/m4/odp_dpdk.m4
@@ -1,6 +1,7 @@
##########################################################################
# Enable DPDK support
##########################################################################
+pktio_dpdk_support=no
AC_ARG_ENABLE([dpdk_support],
[ --enable-dpdk-support include dpdk IO support],
[if test x$enableval = xyes; then