@@ -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
-##########################################################################
-netmap_support=no
-
-##########################################################################
# Run platform specific checks and settings
##########################################################################
if test "${with_platform}" == "linux-generic";
@@ -1,6 +1,7 @@
##########################################################################
# Enable netmap support
##########################################################################
+netmap_support=no
AC_ARG_ENABLE([netmap_support],
[ --enable-netmap-support include netmap IO support],
[if test x$enableval = xyes; then
Conform with other m4 files Signed-off-by: Anders Roxell <anders.roxell@linaro.org> --- configure.ac | 5 ----- platform/linux-generic/m4/odp_netmap.m4 | 1 + 2 files changed, 1 insertion(+), 5 deletions(-)