diff options
author | Aaron McCarthy <aaron.mccarthy@nokia.com> | 2010-02-05 03:59:49 (GMT) |
---|---|---|
committer | Aaron McCarthy <aaron.mccarthy@nokia.com> | 2010-02-08 07:48:46 (GMT) |
commit | c470f8d1523ec974a7f0e1cb61ef13f0e953c500 (patch) | |
tree | 111474f95460134cbb1858e692e6a73b316dfc3b /configure | |
parent | b1029a6bd7131d540f76ead8783ed0978f7163aa (diff) | |
download | Qt-c470f8d1523ec974a7f0e1cb61ef13f0e953c500.zip Qt-c470f8d1523ec974a7f0e1cb61ef13f0e953c500.tar.gz Qt-c470f8d1523ec974a7f0e1cb61ef13f0e953c500.tar.bz2 |
Fix Network Manager and CoreWlan config tests.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -7587,7 +7587,9 @@ fi echo "OpenSSL support ........ $CFG_OPENSSL $OPENSSL_LINKAGE" echo "Alsa support ........... $CFG_ALSA" echo "NetworkManager support . $CFG_NETWORKMANAGER" -echo "CoreWlan support ....... $CFG_COREWLAN" +if [ "$PLATFORM_MAC" = "yes" ]; then + echo "CoreWlan support ....... $CFG_COREWLAN" +fi echo [ "$CFG_PTMALLOC" != "no" ] && echo "Use ptmalloc ........... $CFG_PTMALLOC" |