[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:
parent
14c3ef1f8d
commit
78a4f1de0d
@ -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],
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user