Fix Mac OS X architecture detection for non-default Xcode setup.
authorDanny Boelens <dannyb@enfocus.com>
Fri, 20 Jul 2012 13:26:07 +0000 (15:26 +0200)
committerQt by Nokia <qt-info@nokia.com>
Fri, 20 Jul 2012 22:53:40 +0000 (00:53 +0200)
commit13b1395924032e35b678b3254a5b8315b6862f6a
treee486319f484bbddceea993b7ccd1ad762e23a5d0
parent55640cd3eeae4e9b9589b1a7463190fa4c227b2b
Fix Mac OS X architecture detection for non-default Xcode setup.

The arch.test script is now using SDK settings passed to it.
If you install Xcode without the "UNIX Development" option, this
is essential to let the compiler find standard headers and let
the test program compile successfully.

In addition, let configure pass the SDK settings given on the
command line to the arch.test script.

Change-Id: I49601d3068d83a71e21fdbac287857f2b7abedd1
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
config.tests/unix/arch.test
configure