aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/m4/odp_netmap.m4
diff options
context:
space:
mode:
Diffstat (limited to 'platform/linux-generic/m4/odp_netmap.m4')
-rw-r--r--platform/linux-generic/m4/odp_netmap.m47
1 files changed, 4 insertions, 3 deletions
diff --git a/platform/linux-generic/m4/odp_netmap.m4 b/platform/linux-generic/m4/odp_netmap.m4
index b9c7bcbfe..08bd4397b 100644
--- a/platform/linux-generic/m4/odp_netmap.m4
+++ b/platform/linux-generic/m4/odp_netmap.m4
@@ -3,7 +3,8 @@
##########################################################################
netmap_support=no
AC_ARG_ENABLE([netmap_support],
- [ --enable-netmap-support include netmap IO support],
+ [AS_HELP_STRING([--enable-netmap-support], [include netmap IO support]
+ [[default=disabled]])],
[if test x$enableval = xyes; then
netmap_support=yes
fi])
@@ -12,8 +13,8 @@ AC_ARG_ENABLE([netmap_support],
# Set optional netmap path
##########################################################################
AC_ARG_WITH([netmap-path],
-AS_HELP_STRING([--with-netmap-path=DIR path to netmap root directory],
- [(or in the default path if not specified).]),
+AS_HELP_STRING([--with-netmap-path=DIR], [path to netmap root directory]
+ [[default=system]]),
[NETMAP_PATH=$withval
NETMAP_CPPFLAGS="-isystem $NETMAP_PATH/sys"
netmap_support=yes],[])