When debugging is turned on, use error-checking mutexes.

2007-06-11  Matthias Clasen  <mclasen@redhat.com>

        * configure.in: When debugging is turned on, use error-checking
        mutexes.



svn path=/trunk/; revision=18104
This commit is contained in:
Matthias Clasen 2007-06-12 01:28:17 +00:00 committed by Matthias Clasen
parent 64ee947f42
commit 96b94dd6f8
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2007-06-11 Matthias Clasen <mclasen@redhat.com>
* configure.in: When debugging is turned on, use error-checking
mutexes.
2007-06-11 Emmanuele Bassi <ebassi@gnome.org>
* gtk/gtknotebook.h: Fix declaration of the create_window()

View File

@ -248,7 +248,7 @@ AC_ARG_ENABLE(fbmanager,
if test "x$enable_debug" = "xyes"; then
test "$cflags_set" = set || CFLAGS="$CFLAGS -g"
GTK_DEBUG_FLAGS="-DG_ENABLE_DEBUG"
GTK_DEBUG_FLAGS="-DG_ENABLE_DEBUG -DG_ERRORCHECK_MUTEXES"
else
if test "x$enable_debug" = "xno"; then
GTK_DEBUG_FLAGS="-DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS"