git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@220
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
fi
-DEBUG=
+WXDEBUG=
if test "$USE_DEBUG_INFO" = 1 ; then
- DEBUG="-g"
+ WXDEBUG="-g"
fi
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
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)