]> git.saurik.com Git - wxWidgets.git/blobdiff - install/gtk/configure
Cleared up DEBUG define mess, defines are now called __WXDEBUG__ and WXDEBUG.
[wxWidgets.git] / install / gtk / configure
index b0bba242d060c64c7ef23ec8b0e0ef8b2b6a2160..a762ef7593789f43275638d06aab3702ef093168 100755 (executable)
@@ -5660,7 +5660,7 @@ fi
 
 if test "$USE_DEBUG_FLAG" = 1 ; then
   cat >> confdefs.h <<EOF
-#define DEBUG $USE_DEBUG_FLAG
+#define WXDEBUG $USE_DEBUG_FLAG
 EOF
 
 fi