aboutsummaryrefslogtreecommitdiff
path: root/libjava/configure.ac
diff options
context:
space:
mode:
authorKelley Cook <kcook@gcc.gnu.org>2004-09-04 00:23:29 +0000
committerR. Kelley Cook <kcook@gcc.gnu.org>2004-09-04 00:23:29 +0000
commit48d0dd75204e91efaba289e40b5eee703b07ccd8 (patch)
tree015529d7a021fbc9eba6e483dc10ed34e89d5ee4 /libjava/configure.ac
parent7b8c47ab60ee6cb7226508b8b9fb97e3e595adb3 (diff)
downloadgcc-48d0dd75204e91efaba289e40b5eee703b07ccd8.zip
gcc-48d0dd75204e91efaba289e40b5eee703b07ccd8.tar.gz
gcc-48d0dd75204e91efaba289e40b5eee703b07ccd8.tar.bz2
configure.ac (enable-gc-debug): Update help for new syntax.
2004-09-03 Kelley Cook <kcook@gcc.gnu.org> * configure.ac (enable-gc-debug): Update help for new syntax. * configure: Regenerate. From-SVN: r87071
Diffstat (limited to 'libjava/configure.ac')
-rw-r--r--libjava/configure.ac6
1 files changed, 4 insertions, 2 deletions
diff --git a/libjava/configure.ac b/libjava/configure.ac
index 72f2549..624d5bb 100644
--- a/libjava/configure.ac
+++ b/libjava/configure.ac
@@ -255,9 +255,11 @@ AC_ARG_ENABLE(libgcj-debug,
# Check for gc debugging. This option is handled both here and in the GC.
AC_ARG_ENABLE(gc-debug,
-[ --enable-gc-debug include full support for pointer backtracing etc.],
+ AS_HELP_STRING([--enable-gc-debug],
+ [include full support for pointer backtracing etc.]),
[ if test "$enable_gc_debug" = "yes"; then
- AC_DEFINE(LIBGCJ_GC_DEBUG)
+ AC_DEFINE(LIBGCJ_GC_DEBUG, 1,
+ [Define if we want to use debug calls into the garbage collector.])
fi])
# See if the user has the interpreter included.