aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/m4/odp_libconfig.m4
diff options
context:
space:
mode:
Diffstat (limited to 'platform/linux-generic/m4/odp_libconfig.m4')
-rw-r--r--platform/linux-generic/m4/odp_libconfig.m45
1 files changed, 3 insertions, 2 deletions
diff --git a/platform/linux-generic/m4/odp_libconfig.m4 b/platform/linux-generic/m4/odp_libconfig.m4
index d13fcf274..aee71fd01 100644
--- a/platform/linux-generic/m4/odp_libconfig.m4
+++ b/platform/linux-generic/m4/odp_libconfig.m4
@@ -24,8 +24,9 @@ AC_CHECK_PROGS([REALPATH], [realpath])
AS_IF([test -z "$REALPATH"], [AC_MSG_ERROR([Could not find 'realpath'])])
AC_ARG_WITH([config-file],
-AS_HELP_STRING([--with-config-file=FILE path to the default configuration file],
- [(this file must include all configuration options).]),
+AS_HELP_STRING([--with-config-file=FILE], [path to the default configuration file]
+ [(this file must include all configuration options)]
+ [[default=SRCDIR/config/odp-<platform>.conf]]),
[default_config_path=$withval], [])
rel_default_config_path=`realpath --relative-to=$(pwd) ${default_config_path}`