Don't use -rpath-link when building on Mac.
authorMorten Johan Sorvig <morten.sorvig@nokia.com>
Fri, 17 Feb 2012 13:34:25 +0000 (14:34 +0100)
committerQt by Nokia <qt-info@nokia.com>
Mon, 20 Feb 2012 08:42:04 +0000 (09:42 +0100)
commit5af7e089f79174e576529a742c380cf418510771
tree54e0651481446d16aecfdecee1c0500f969c8a8f
parent7d8f5777bede600d60ceb9be1213c71fd93c3ed7
Don't use -rpath-link when building on Mac.

The logic here was wrong: test if the
target linker supports -rpath-link, and then set
it for both host and target via mkspecs/qmodule.pri.

Change-Id: Ie4da7ed2e06e784f9edb65a27290913ab838a8c2
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
configure