]> git.saurik.com Git - wxWidgets.git/commit
Correct wxUSE_MACOSX_VERSION_MIN setting when running under OS X 10.4.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 27 Dec 2009 19:40:15 +0000 (19:40 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 27 Dec 2009 19:40:15 +0000 (19:40 +0000)
commita49318f1c9bc9c1b7397b39b57ebe1eeffb7ed6a
tree2a337b7885a99e292b604e8fe512dea6214e1d0d
parent4d056a68adc8d47b7479703e7d6e4671fb2a4708
Correct wxUSE_MACOSX_VERSION_MIN setting when running under OS X 10.4.

sw_vers outputs e.g. 10.4.11 under 10.4 so comparing its result with just 10.4
is wrong, match it against "10.4*" using case instead to ensure that 10.4.11
is indeed recognized as 10.4.

Closes #11579.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62997 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
configure
configure.in