summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMorten Sorvig <msorvig@trolltech.com>2009-08-03 15:57:44 +0200
committerMorten Sorvig <msorvig@trolltech.com>2009-08-03 15:57:44 +0200
commit895757ded9c9b0a07163e84b155ef4c8a623d1a0 (patch)
treec2cf24782c09e626bd2a22c9fc17730756f477ac /configure
parent87432a42fba53ad910e8e21feb94e638f4ae17eb (diff)
Fix spelling error.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index 843d370d0..2f2e2846d 100755
--- a/configure
+++ b/configure
@@ -5712,12 +5712,12 @@ fi
if [ "$PLATFORM_MAC" = "yes" ] && [ "$CFG_MAC_ARCHS" == "" ]; then
source "$mactests/defaultarch.test" "$TEST_COMPILER" "$OPT_VERBOSE" "$mactests"
- if [ "$QT_MAC_DEFUALT_ARCH" == "x86_64" ]; then
+ if [ "$QT_MAC_DEFAULT_ARCH" == "x86_64" ]; then
CFG_MAC_ARCHS=" x86"
- elif [ "$QT_MAC_DEFUALT_ARCH" == "ppc64" ]; then
+ elif [ "$QT_MAC_DEFAULT_ARCH" == "ppc64" ]; then
CFG_MAC_ARCHS=" ppc"
else
- CFG_MAC_ARCHS=" $QT_MAC_DEFUALT_ARCH"
+ CFG_MAC_ARCHS=" $QT_MAC_DEFAULT_ARCH"
fi
[ "$OPT_VERBOSE" == "yes" ] && echo "Setting Mac architechture to$CFG_MAC_ARCHS."