summaryrefslogtreecommitdiffstats
path: root/aclocal/rtems-debug.m4
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-11-15 21:56:52 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-11-15 21:56:52 +0000
commit1033e273a4d587023466d17a74652ed7fe8d7ebb (patch)
treeb463663945c03c289ac6a504164bbdd21fae9057 /aclocal/rtems-debug.m4
parent2000-11-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-1033e273a4d587023466d17a74652ed7fe8d7ebb.tar.bz2
2000-11-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/canonical-host.m4: Abandon changequotes (autoconf-2.49b). * aclocal/check-newlib.m4: Let check message refer to RTEMS newlib. * aclocal/rtems-debug.m4: Fix formating and contents of the check's help string. * aclocal/rtems-top.m4: Remove AC_ARG_WITH(target-subdir).
Diffstat (limited to 'aclocal/rtems-debug.m4')
-rw-r--r--aclocal/rtems-debug.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal/rtems-debug.m4 b/aclocal/rtems-debug.m4
index d895b921b0..f83a039d40 100644
--- a/aclocal/rtems-debug.m4
+++ b/aclocal/rtems-debug.m4
@@ -3,7 +3,7 @@
AC_DEFUN(RTEMS_ENABLE_RTEMS_DEBUG,
[
AC_ARG_ENABLE(rtems-debug,
-[ --disable-rtems-debug disable RTEMS_DEBUG],
+[ --enable-rtems-debug enable RTEMS_DEBUG],
[case "${enableval}" in
yes) RTEMS_DEBUG=yes ;;
no) RTEMS_DEBUG=no ;;