@@ -84,7 +84,6 @@ AC_SUBST([platform_with_platform_test], ["platform/${with_platform}/test"])
##########################################################################
# Prepare default values for platform specific optional features
##########################################################################
-netmap_support=no
pktio_dpdk_support=no
##########################################################################
@@ -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 | 1 - platform/linux-generic/m4/odp_netmap.m4 | 1 + 2 files changed, 1 insertion(+), 1 deletion(-)