summaryrefslogtreecommitdiffstats
path: root/aclocal/rtems-test-no-pause.m4
diff options
context:
space:
mode:
Diffstat (limited to 'aclocal/rtems-test-no-pause.m4')
-rw-r--r--aclocal/rtems-test-no-pause.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal/rtems-test-no-pause.m4 b/aclocal/rtems-test-no-pause.m4
index edf9dea25b..17d92e9a12 100644
--- a/aclocal/rtems-test-no-pause.m4
+++ b/aclocal/rtems-test-no-pause.m4
@@ -1,6 +1,6 @@
AC_DEFUN(RTEMS_ENABLE_RTEMS_TEST_NO_PAUSE,
[AC_ARG_ENABLE(test-no-pause,
-[ --disable-test-no-pause disable RTEMS_TEST_NO_PAUSE],
+AC_HELP_STRING([--disable-test-no-pause],[disable RTEMS_TEST_NO_PAUSE]),
[case "${enableval}" in
yes) RTEMS_TEST_NO_PAUSE=yes ;;
no) RTEMS_TEST_NO_PAUSE=no ;;