From d45ca1a3fd8a3a3cddce5d2da7848996358f5bca Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 9 Jan 2003 23:42:10 +0000 Subject: [PATCH] wxPythonOSX build tweaks git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@18649 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/distrib/mac/_build | 2 +- wxPython/distrib/mac/resources/Welcome.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wxPython/distrib/mac/_build b/wxPython/distrib/mac/_build index 3e660da5a5..a369f25709 100755 --- a/wxPython/distrib/mac/_build +++ b/wxPython/distrib/mac/_build @@ -142,7 +142,7 @@ if [ $force ]; then fi msgdo mkdir -m 775 "$buildDir" msgdo cd "$buildDir" - msgdo ../configure --with-mac --with-opengl --enable-precomp=no $dFlag + msgdo ../configure --with-mac --with-opengl --enable-precomp=no --enable-geometry $dFlag cd $curDir else diff --git a/wxPython/distrib/mac/resources/Welcome.txt b/wxPython/distrib/mac/resources/Welcome.txt index 745a4313ce..89bbd06b06 100644 --- a/wxPython/distrib/mac/resources/Welcome.txt +++ b/wxPython/distrib/mac/resources/Welcome.txt @@ -1,2 +1,2 @@ -You will be guided through the steps necessary to install wxPython 2.4.0 (including wxMac) for MachoPython 2.2.x on Mac OS X 10.1 or later. +You will be guided through the steps necessary to install wxPython 2.4.0.1 (including wxMac) for MachoPython 2.2.x on Mac OS X 10.1 or later.