summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorLorn Potter <lorn.potter@nokia.com>2010-03-06 20:25:25 (GMT)
committerLorn Potter <lorn.potter@nokia.com>2010-03-06 20:25:25 (GMT)
commit35e939a0c9afb29f82e2aba774a117a35ea83a17 (patch)
treee153f6bf6f42a2016d33f1190c6fa77b3c89383a /configure
parent20c7b2776133a9b3531ac711dd4f4be2d0523ddd (diff)
downloadQt-35e939a0c9afb29f82e2aba774a117a35ea83a17.zip
Qt-35e939a0c9afb29f82e2aba774a117a35ea83a17.tar.gz
Qt-35e939a0c9afb29f82e2aba774a117a35ea83a17.tar.bz2
fix corewlan detection error when building for 10.5 when 10.6 is also
installed.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 16c1fcd..5fccf22 100755
--- a/configure
+++ b/configure
@@ -5486,7 +5486,7 @@ if [ "$PLATFORM_MAC" = "yes" ]; then
fi
if [ "$CFG_COREWLAN" = "auto" ]; then
- if "$unixtests/compile.test" "$XQMAKESPEC" "$QMAKE_CONFIG" $OPT_VERBOSE "$relpath" "$outpath" config.tests/mac/corewlan "CoreWlan" $L_FLAGS $I_FLAGS $l_FLAGS; then
+ if "$unixtests/compile.test" "$XQMAKESPEC" "$QMAKE_CONFIG" $OPT_VERBOSE "$relpath" "$outpath" config.tests/mac/corewlan "CoreWlan" $L_FLAGS $I_FLAGS $l_FLAGS $MAC_CONFIG_TEST_COMMANDLINE; then
CFG_COREWLAN=yes
else
CFG_COREWLAN=no