diff mbox

[PATCHv2,02/10] linux-generic: m4: dpdk: fix to conform with other m4 files

Message ID 1459275814-19876-3-git-send-email-anders.roxell@linaro.org
State Accepted
Commit d0480b8d607063ca8f5fcbb9c56a2e58a861f338
Headers show

Commit Message

Anders Roxell March 29, 2016, 6:23 p.m. UTC
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
---
 configure.ac                          | 5 -----
 platform/linux-generic/m4/odp_dpdk.m4 | 1 +
 2 files changed, 1 insertion(+), 5 deletions(-)
diff mbox

Patch

diff --git a/configure.ac b/configure.ac
index 7b92a7f..5c4332a 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 96bbc5b..30347dc 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