From 1e19ab10790ca563234c30aa727106744e9a287c Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Thu, 1 Oct 2009 10:02:05 -0500 Subject: Adding in a massive debugging flag for generating massive debugging. --- configure.ac | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 0448f80..00085b3 100644 --- a/configure.ac +++ b/configure.ac @@ -83,6 +83,16 @@ AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Name of the default get AM_GLIB_GNU_GETTEXT +########################### +# Massive Debugging +########################### + +with_massivedebugging="no" +AC_ARG_ENABLE(massivedebugging, AS_HELP_STRING([--enable-massivedebugging], [Print out so much information your brain will hurt]), with_massivedebugging=$enableval, with_massivedebugging=no) +if test "x$with_massivedebugging" = "xyes"; then + AC_DEFINE([MASSIVEDBUGGING], [1], [Print everyting]) +fi + ########################### # Files ########################### @@ -109,5 +119,6 @@ AC_MSG_NOTICE([ libdbusmenu Configuration: Prefix: $prefix + Massive Debugging: $with_massivedebugging ]) -- cgit v1.2.3