]> Dogcows Code - chaz/openbox/blobdiff - m4/openbox.m4
dont try free the widget's pixmap until it is no longer in use
[chaz/openbox] / m4 / openbox.m4
index 6c56f768a53089fb9fe8add5ce3e86238ee042f1..b1169907b1a05df0616c57aa7a8e344119807d4e 100644 (file)
@@ -15,11 +15,12 @@ AC_DEFUN([OB_DEBUG],
   test "${VERSION%*cvs}" != "$VERSION" && DEBUG="yes"
   
   if test "$DEBUG" = "yes"; then
-    AC_MSG_RESULT([debug])
+    AC_MSG_RESULT([DEBUG])
     AC_DEFINE([DEBUG], [1], [Creating a debug build])
   else
-    AC_MSG_RESULT([release])
-    AC_DEFINE([NDEBUG], [1], [Creating a release build])
+    AC_MSG_RESULT([RELEASE])
+# keep the asserts in
+#    AC_DEFINE([NDEBUG], [1], [Creating a release build])
   fi
 ])
 
This page took 0.020008 seconds and 4 git commands to generate.