Reduce PLATFORM_MAC usage in the configure script
authorMorten Johan Sorvig <morten.sorvig@nokia.com>
Tue, 3 Jan 2012 19:54:57 +0000 (20:54 +0100)
committerQt by Nokia <qt-info@nokia.com>
Tue, 14 Feb 2012 01:48:35 +0000 (02:48 +0100)
commitac02eaa8a7676ff9a10159bc1be4961d32a7e842
treefa7f170d6bd60c611e2de4ad4457903482a8bd6a
parentc7fa95bd90805f291775b9441d38a4f016871dc4
Reduce PLATFORM_MAC usage in the configure script

All platforms are PLATFORM_QPA now, so we want to
remove PLATFORM_MAC.

Do one of two things: either remove the
PLATFORM_MAC code path or test on BUILD_ON_MAC
instead.

Change-Id: I6037a1a5f79498d9e0b5c2607e3698319fc7f68f
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
configure