diff options
author | Lorn Potter <lorn.potter@nokia.com> | 2010-03-06 20:25:25 (GMT) |
---|---|---|
committer | Lorn Potter <lorn.potter@nokia.com> | 2010-03-06 20:25:25 (GMT) |
commit | 35e939a0c9afb29f82e2aba774a117a35ea83a17 (patch) | |
tree | e153f6bf6f42a2016d33f1190c6fa77b3c89383a /configure | |
parent | 20c7b2776133a9b3531ac711dd4f4be2d0523ddd (diff) | |
download | Qt-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-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |