diff options
Diffstat (limited to 'testsuite/configure.ac')
-rw-r--r-- | testsuite/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/configure.ac b/testsuite/configure.ac index bc5aed17..33e06752 100644 --- a/testsuite/configure.ac +++ b/testsuite/configure.ac @@ -30,7 +30,7 @@ do apps="$app $apps" done AC_ARG_ENABLE([testapps], - AC_HELP_STRING([--enable-testapps=foo,bar or all], + AC_HELP_STRING([--enable-testapps=foo bar or all], [enable rebuilding of large external apps for testing <sdt.h> markers])) AC_MSG_NOTICE([Will test ${enable_testapps-no} apps from: $apps]) AC_SUBST(enable_testapps) |