summaryrefslogtreecommitdiff
path: root/macros2/gnome-common.m4
diff options
context:
space:
mode:
Diffstat (limited to 'macros2/gnome-common.m4')
-rw-r--r--macros2/gnome-common.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/macros2/gnome-common.m4 b/macros2/gnome-common.m4
index d229843a..a33d2d8d 100644
--- a/macros2/gnome-common.m4
+++ b/macros2/gnome-common.m4
@@ -46,6 +46,7 @@ AC_DEFUN([GNOME_DEBUG_CHECK],
AC_ARG_ENABLE(debug, [ --enable-debug turn on debugging [default=no]], enable_debug="$enableval", enable_debug=no)
if test x$enable_debug = xyes ; then
- AC_DEFINE(GNOME_ENABLE_DEBUG)
+ AC_DEFINE(GNOME_ENABLE_DEBUG,1,
+ [Enable additional debugging at the expense of performance and size])
fi
])