[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'
This commit is contained in:
Robert Bragg 2009-05-21 15:25:31 +01:00
parent 14c3ef1f8d
commit 78a4f1de0d

View File

@ -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],