2006-11-21 Emmanuele Bassi <ebassi@openedhand.com>

* configure.ac: Rename G_ENABLE_DEBUG to CLUTTER_ENABLE_DEBUG.
This commit is contained in:
Emmanuele Bassi 2006-11-21 09:18:40 +00:00
parent af0d04be7c
commit ff84406143
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2006-11-21 Emmanuele Bassi <ebassi@openedhand.com>
* configure.ac: Rename G_ENABLE_DEBUG to CLUTTER_ENABLE_DEBUG.
2006-11-20 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/clutter-rectangle.h:

View File

@ -132,7 +132,7 @@ AC_ARG_ENABLE(debug,
if test "x$enable_debug" = "xyes"; then
test "$cflags_set" = set || CFLAGS="$CFLAGS -g"
CLUTTER_DEBUG_CFLAGS="-DG_ENABLE_DEBUG"
CLUTTER_DEBUG_CFLAGS="-DCLUTTER_ENABLE_DEBUG"
else
if test "x$enable_debug" = "xno"; then
CLUTTER_DEBUG_CFLAGS="-DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST