summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorQt Continuous Integration System <qt-info@nokia.com>2010-03-05 23:50:11 (GMT)
committerQt Continuous Integration System <qt-info@nokia.com>2010-03-05 23:50:11 (GMT)
commit64c024d4ef4d80af8f728a684b34057824dcf322 (patch)
treecee9c265580637c96c78e71af389ef35562e0b2f /configure
parentb20ef0ade0aec89b969bd0ae7f754c680e390c67 (diff)
parente0457144c13fed91571defc3b8fb7fc7ed5a167c (diff)
downloadQt-64c024d4ef4d80af8f728a684b34057824dcf322.zip
Qt-64c024d4ef4d80af8f728a684b34057824dcf322.tar.gz
Qt-64c024d4ef4d80af8f728a684b34057824dcf322.tar.bz2
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1: (56 commits) fixed treatment of zlib on Mac when crossbuilding Partial overloading support for qdbus cli tool. Allow empty authority in QUrl::setAuthority as per docs. Added test for QTBUG-6962: Empty authority ignored by QUrl::setAuthority. fixed case of GL include directory check in MAC_APPLICATION_MENU translations Re-generate the Unicode tables after updates to the program that generates them Fix the code after merge: DerivedNormalizationProps has two or more columns add some usefull definitions to qunicodetables_p.h qchar.cpp: fix identation finish last commit prefer DerivedNormalizationProps.txt over CompositionExclusions.txt improve error reporting a bit more improve error reporting fix incorect condition check if string to int conversions were done w/o errors improve error reporting for unassigned grapheme/word/sentence break classes avoid using of qunicodetables_p.h in generator use QHash for line break map use QHash for age map ...
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 16c1fcd..369ace8 100755
--- a/configure
+++ b/configure
@@ -6324,7 +6324,7 @@ else
QT_CONFIG="$QT_CONFIG freetype"
fi
-if [ "x$PLATFORM_MAC" = "xyes" ]; then
+if [ "x$PLATFORM_MAC" = "xyes" ] && [ "$XPLATFORM" != "win32-g++" ]; then
#On Mac we implicitly link against libz, so we
#never use the 3rdparty stuff.
[ "$CFG_ZLIB" = "yes" ] && CFG_ZLIB="system"