From a58d6e8ee5e26185ff090845df68b61076275c21 Mon Sep 17 00:00:00 2001 From: Robert Bragg Date: Wed, 17 Feb 2010 17:40:57 +0000 Subject: [PATCH] cogl debug: Support "minimum" level debugging by default We basically want all Clutter applications out in the wild to at least have the basic set of COGL_DEBUG/--cogl-debug options available for investigating issues. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index c876e2ad4..0ba59a7b4 100644 --- a/configure.ac +++ b/configure.ac @@ -642,7 +642,7 @@ AS_CASE([$enable_debug], AC_SUBST(CLUTTER_DEBUG_CFLAGS) -m4_define([cogl_debug_default], [m4_if(m4_eval(clutter_minor_version % 2), [1], [minimum], [no])]) +m4_define([cogl_debug_default], [minimum]) AC_ARG_ENABLE([cogl-debug], [AC_HELP_STRING([--enable-cogl-debug=@<:@no/yes@:>@], [Control COGL debugging level @<:@default=cogl_debug_default@:>@])], @@ -721,7 +721,7 @@ AC_MSG_CHECKING([whether to build with gcov testing]) AC_ARG_ENABLE([gcov], [AS_HELP_STRING([--enable-gcov], - [Whether to enable coverage testing (requires gcc + [Whether to enable coverage testing (requires gcc and gcov)])], [], [enable_gcov=no])