aboutsummaryrefslogtreecommitdiff
path: root/libjava/configure.ac
diff options
context:
space:
mode:
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.