]> git.saurik.com Git - wxWidgets.git/commit
Remove unnecessary Mac-specific TOOLKIT_LOWERCASE setting.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 13 Dec 2009 12:52:59 +0000 (12:52 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 13 Dec 2009 12:52:59 +0000 (12:52 +0000)
commit03773e400b6ff2692f2a9ba045d652c3b7b7109d
tree593f962e193725c173516d0ce92c8d5233c009e9
parent80aa2a2f064c62766810e00aeaa8a09a62c00aeb
Remove unnecessary Mac-specific TOOLKIT_LOWERCASE setting.

TOOLKIT is never set to "MAC" at all (it is one of OSX_{CARBON,COCOA,IPHONE})
so it is not necessary to test for it. And for the other cases the special
logic for OS X ports was the same as the general case so it seems to be
unnecessary as well.

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