Test for sw_vers availability before calling it in configure.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 13 Dec 2009 12:52:47 +0000 (12:52 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 13 Dec 2009 12:52:47 +0000 (12:52 +0000)
commit06a08679949455a2ac990ba2dbbc8ea2ff1f3f82
tree5c30967f18ea0c0609f5adf7e2aedbe9c917a971
parentf10f4c8785973a175e01787108e43480ad8ca731
Test for sw_vers availability before calling it in configure.

There is no sw_vers when cross-compiling, just assume 10.4 system in this
case and point the user to --with-macosx-version-min which can be used to
override this.

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