summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@digia.com>2012-10-31 14:12:45 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-02-16 05:08:13 +0100
commitf6265182add2b6163069bbcee7f8bfffc7013158 (patch)
tree2d5d7bf377e0e432887d589d5509e3183e0453e1 /configure
parentcd9c98e8813600a6633c9d8b4deb00ae9560bfc5 (diff)
configure: Remove duplicated logic for dealing with framework builds
The exact same hunk is present 100 lines below. Change-Id: Ia3d61037b29186368e30f95f4162282d38bca972 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure14
1 files changed, 0 insertions, 14 deletions
diff --git a/configure b/configure
index 9cc868492c..68531d28fe 100755
--- a/configure
+++ b/configure
@@ -2623,20 +2623,6 @@ else
MAC_SDK_FLAG=
fi
-# find the default framework value
-if [ "$BUILD_ON_MAC" = "yes" ]; then
- if [ "$CFG_FRAMEWORK" = "auto" ]; then
- CFG_FRAMEWORK="$CFG_SHARED"
- elif [ "$CFG_FRAMEWORK" = "yes" ] && [ "$CFG_SHARED" = "no" ]; then
- echo
- echo "WARNING: Using static linking will disable the use of Mac frameworks."
- echo
- CFG_FRAMEWORK="no"
- fi
-else
- CFG_FRAMEWORK=no
-fi
-
# disable GTK style support auto-detection on Mac
if [ "$BUILD_ON_MAC" = "yes" ] && [ "$CFG_QGTKSTYLE" = "auto" ]; then
CFG_QGTKSTYLE=no