Author: benny
Date: 2006-08-26 16:02:22 +0000 (Sat, 26 Aug 2006)
New Revision: 22887

Modified:
   libexo/trunk/ChangeLog
   libexo/trunk/configure.in.in
Log:
2006-08-26      Benedikt Meurer <[EMAIL PROTECTED]>

        * configure.in.in: Fix typo, where -NDEBUG was used instead of
          -DNDEBUG as preprocessor flag. Bug #2221.




Modified: libexo/trunk/ChangeLog
===================================================================
--- libexo/trunk/ChangeLog      2006-08-26 15:48:24 UTC (rev 22886)
+++ libexo/trunk/ChangeLog      2006-08-26 16:02:22 UTC (rev 22887)
@@ -1,5 +1,10 @@
 2006-08-26     Benedikt Meurer <[EMAIL PROTECTED]>
 
+       * configure.in.in: Fix typo, where -NDEBUG was used instead of
+         -DNDEBUG as preprocessor flag. Bug #2221.
+
+2006-08-26     Benedikt Meurer <[EMAIL PROTECTED]>
+
        * exo/exo-config.h.in: Verify that G_GNUC_NULL_TERMINATED is defined.
        * exo/exo-private.{c,h}: Add _exo_g_type_add_interface_simple() to
          further reduce the number of relocations.

Modified: libexo/trunk/configure.in.in
===================================================================
--- libexo/trunk/configure.in.in        2006-08-26 15:48:24 UTC (rev 22886)
+++ libexo/trunk/configure.in.in        2006-08-26 16:02:22 UTC (rev 22887)
@@ -252,7 +252,7 @@
   AC_MSG_RESULT([$enable_debug])
 
   dnl Disable debugging (release build)
-  CFLAGS="$CFLAGS -NDEBUG"
+  CFLAGS="$CFLAGS -DNDEBUG"
 
   dnl Disable object cast checks
   CFLAGS="$CFLAGS -DG_DISABLE_CAST_CHECKS"

_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to