X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8c46af496abe3f35b44f599fd120394a269bc09a..f0b078077d0b57e73ce754eb7d5ca2143d933cb2:/install/gtk/configure?ds=sidebyside diff --git a/install/gtk/configure b/install/gtk/configure index cf9fee4bd3..1a68a3f106 100755 --- a/install/gtk/configure +++ b/install/gtk/configure @@ -18,7 +18,7 @@ ac_help="$ac_help ac_help="$ac_help **--with-shared create shared libraries" ac_help="$ac_help -**--without-optimise create unoptimised code" +**--with-optimise create optimised code" ac_help="$ac_help **--with-debug_flag create code with DEBUG define set to 1" ac_help="$ac_help @@ -4232,7 +4232,7 @@ USE_GTK=1 USE_UNIX=1 TOOLKIT=GTK -TOOLKIT_DEF=__GTK__ +TOOLKIT_DEF=__WXGTK__ USE_LINUX= USE_SGI= @@ -5652,15 +5652,15 @@ EOF fi -DEBUG= +WXDEBUG= if test "$USE_DEBUG_INFO" = 1 ; then - DEBUG="-g" + WXDEBUG="-g" fi if test "$USE_DEBUG_FLAG" = 1 ; then cat >> confdefs.h <> 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