summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-07-17 01:54:14 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-07-17 01:54:14 +0000
commit237c2598510a6f4844577717741b1bee0299e4ab (patch)
tree7a7daac615e89c86d6c7f11a7c2b1a8956341dfa
parentChanged name of static table versions to avoid conflict. (diff)
downloadrtems-237c2598510a6f4844577717741b1bee0299e4ab.tar.bz2
Changed default value to "pause".
-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 c2623e40ac..edf9dea25b 100644
--- a/aclocal/rtems-test-no-pause.m4
+++ b/aclocal/rtems-test-no-pause.m4
@@ -5,7 +5,7 @@ AC_DEFUN(RTEMS_ENABLE_RTEMS_TEST_NO_PAUSE,
yes) RTEMS_TEST_NO_PAUSE=yes ;;
no) RTEMS_TEST_NO_PAUSE=no ;;
*) AC_MSG_ERROR([bad value ${enableval} for RTEMS_TEST_NO_PAUSE]) ;;
-esac],[RTEMS_TEST_NO_PAUSE=no])
+esac],[RTEMS_TEST_NO_PAUSE=yes])
])
AC_DEFUN(RTEMS_CHECK_RTEMS_TEST_NO_PAUSE,