From 78a4f1de0d934b83d5ed30d33ac992f32c1b71c6 Mon Sep 17 00:00:00 2001 From: Robert Bragg Date: Thu, 21 May 2009 15:25:31 +0100 Subject: [PATCH] [build] Ensure that cogl-debug is disabled by default The new cogl-debug option was accidentally being enabled by default since configure.ac checked the 'default_enable' variable not 'cogl_default_enable' --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 024fda1d7..9c421a941 100644 --- a/configure.ac +++ b/configure.ac @@ -590,7 +590,7 @@ AC_ARG_ENABLE([cogl-debug], [AC_HELP_STRING([--enable-cogl-debug=@<:@no/yes@:>@], [Turn on COGL debugging])], [], - [enable_debug=debug_default]) + [enable_debug=cogl_debug_default]) AS_CASE([$enable_debug],