diff options
author | Aaron McCarthy <aaron.mccarthy@nokia.com> | 2010-05-19 06:22:47 (GMT) |
---|---|---|
committer | Aaron McCarthy <aaron.mccarthy@nokia.com> | 2010-05-19 06:29:01 (GMT) |
commit | 4ccc8d2fd1c6ae51d2459e80f655a2c2ac60e3c0 (patch) | |
tree | 7be88ed2f95eb6b065ae092af677b7c3a8cb9a7e /configure | |
parent | d9090aa0f4d5c43dce0984594ab9c74a57bff634 (diff) | |
download | Qt-4ccc8d2fd1c6ae51d2459e80f655a2c2ac60e3c0.zip Qt-4ccc8d2fd1c6ae51d2459e80f655a2c2ac60e3c0.tar.gz Qt-4ccc8d2fd1c6ae51d2459e80f655a2c2ac60e3c0.tar.bz2 |
Fix build on Mac OS X and Windows.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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` |