summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorAaron McCarthy <aaron.mccarthy@nokia.com>2010-05-19 06:22:47 (GMT)
committerAaron McCarthy <aaron.mccarthy@nokia.com>2010-05-19 06:29:01 (GMT)
commit4ccc8d2fd1c6ae51d2459e80f655a2c2ac60e3c0 (patch)
tree7be88ed2f95eb6b065ae092af677b7c3a8cb9a7e /configure
parentd9090aa0f4d5c43dce0984594ab9c74a57bff634 (diff)
downloadQt-4ccc8d2fd1c6ae51d2459e80f655a2c2ac60e3c0.zip
Qt-4ccc8d2fd1c6ae51d2459e80f655a2c2ac60e3c0.tar.gz
Qt-4ccc8d2fd1c6ae51d2459e80f655a2c2ac60e3c0.tar.bz2
Fix build on Mac OS X and Windows.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index d357fde..acd218e 100755
--- a/configure
+++ b/configure
@@ -7517,7 +7517,7 @@ fi
[ "$CFG_ALSA" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_ALSA"
[ "$CFG_PULSEAUDIO" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_PULSEAUDIO"
[ "$CFG_COREWLAN" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_COREWLAN"
-[ "$CFG_ICD" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_ICD"
+[ "$CFG_ICD" != "yes" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_ICD"
# sort QCONFIG_FLAGS for neatness if we can
[ '!' -z "$AWK" ] && QCONFIG_FLAGS=`echo $QCONFIG_FLAGS | $AWK '{ gsub(" ", "\n"); print }' | sort | uniq`