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.