X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b2aef89b7a675805b601e757492c982031f38d21..f0b078077d0b57e73ce754eb7d5ca2143d933cb2:/install/gtk/configure diff --git a/install/gtk/configure b/install/gtk/configure index a762ef7593..1a68a3f106 100755 --- a/install/gtk/configure +++ b/install/gtk/configure @@ -4232,7 +4232,7 @@ USE_GTK=1 USE_UNIX=1 TOOLKIT=GTK -TOOLKIT_DEF=__GTK__ +TOOLKIT_DEF=__WXGTK__ USE_LINUX= USE_SGI= @@ -5652,9 +5652,9 @@ EOF fi -DEBUG= +WXDEBUG= if test "$USE_DEBUG_INFO" = 1 ; then - DEBUG="-g" + WXDEBUG="-g" fi @@ -6111,7 +6111,7 @@ fi cat >> confdefs.h <<\EOF -#define __GTK__ 1 +#define __WXGTK__ 1 EOF 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