summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorAaron McCarthy <aaron.mccarthy@nokia.com>2010-02-05 03:59:49 (GMT)
committerAaron McCarthy <aaron.mccarthy@nokia.com>2010-02-08 07:48:46 (GMT)
commitc470f8d1523ec974a7f0e1cb61ef13f0e953c500 (patch)
tree111474f95460134cbb1858e692e6a73b316dfc3b /configure
parentb1029a6bd7131d540f76ead8783ed0978f7163aa (diff)
downloadQt-c470f8d1523ec974a7f0e1cb61ef13f0e953c500.zip
Qt-c470f8d1523ec974a7f0e1cb61ef13f0e953c500.tar.gz
Qt-c470f8d1523ec974a7f0e1cb61ef13f0e953c500.tar.bz2
Fix Network Manager and CoreWlan config tests.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure b/configure
index 13f58c8..a55e9ee 100755
--- a/configure
+++ b/configure
@@ -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"