]> git.saurik.com Git - wxWidgets.git/commitdiff
still fixing DEBUG macros
authorKarsten Ballüder <ballueder@usa.net>
Fri, 10 Jul 1998 12:01:16 +0000 (12:01 +0000)
committerKarsten Ballüder <ballueder@usa.net>
Fri, 10 Jul 1998 12:01:16 +0000 (12:01 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@220 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

install/gtk/configure
install/gtk/configure.in

index a762ef7593789f43275638d06aab3702ef093168..d3f8edce889a1dbe2e926a909f14ea81a8c76995 100755 (executable)
@@ -5652,9 +5652,9 @@ EOF
 
 fi
 
-DEBUG=
+WXDEBUG=
 if test "$USE_DEBUG_INFO" = 1 ; then
-  DEBUG="-g"
+  WXDEBUG="-g"
 fi
 
 
@@ -6570,7 +6570,7 @@ s%@host_alias@%$host_alias%g
 s%@host_cpu@%$host_cpu%g
 s%@host_vendor@%$host_vendor%g
 s%@host_os@%$host_os%g
-s%@DEBUG@%$DEBUG%g
+s%@WXDEBUG@%$WXDEBUG%g
 s%@PROFILE@%$PROFILE%g
 s%@OPTIMISE@%$OPTIMISE%g
 s%@RPC@%$RPC%g
index eb0864667a9a751aebe6b55869a689277fb6c9b8..f9c327edbd9b84e768b07a80f81fe058e5bee67f 100644 (file)
@@ -939,11 +939,11 @@ if test "$USE_AUTOTRANS" = 1 ; then
   AC_DEFINE_UNQUOTED(USE_AUTOTRANS,$USE_AUTOTRANS)
 fi
 
-DEBUG=
+WXDEBUG=
 if test "$USE_DEBUG_INFO" = 1 ; then
-  DEBUG="-g"
+  WXDEBUG="-g"
 fi
-AC_SUBST(DEBUG)
+AC_SUBST(WXDEBUG)
 
 if test "$USE_DEBUG_FLAG" = 1 ; then
   AC_DEFINE_UNQUOTED(WXDEBUG,$USE_DEBUG_FLAG)