Remove unnecessary checks for OS X 10.4 and gcc 4.0 in configure.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 3 Jul 2012 19:41:58 +0000 (19:41 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 3 Jul 2012 19:41:58 +0000 (19:41 +0000)
commita83354f85cdffa8bf3b64560cb1c23ea2f1f3804
tree5715c30832c44dd96781a25738fddbf6a24d21f6
parent7344108e8a129a3f9b4df5ab0f98a1713db03b89
Remove unnecessary checks for OS X 10.4 and gcc 4.0 in configure.

As 10.4 is not supported any more, don't check for it. Also don't impose the
use of gcc 4.0 for compiling wxOSX/Carbon as this compiler doesn't exist any
more under OS X 10.7 but wxOSX/Carbon can be compiled using gcc 4.2 if 10.6
SDK is selected, so this change allows to build wxOSX/Carbon under 10.7.

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