summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorRichard Moe Gustavsen <richard.gustavsen@nokia.com>2009-05-19 11:40:45 +0200
committerRichard Moe Gustavsen <richard.gustavsen@nokia.com>2009-05-19 11:43:04 +0200
commitba5fb9f05c891feac8ab69006189de1aaafebc18 (patch)
treeec840fceeff6a586b5e36c86fe86f125d99ea4cd /configure
parent589a8689705dc0572990b416f7ef085986ff2f57 (diff)
Cocoa 64: ssl does not work
The reason is the tha config.test ssl failed building. And the reason for that was a bad makefile flag (i386_64). Task-number: 253887 Reviewed-by: Trenton Schulz
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index bd7717442..20bf4571a 100755
--- a/configure
+++ b/configure
@@ -2717,6 +2717,7 @@ if [ "$PLATFORM_MAC" = "yes" ]; then
# Build commmand line arguments we can pass to the compiler during configure tests
# by prefixing each arch with "-arch".
CFG_MAC_ARCHS_GCC_FORMAT="${CFG_MAC_ARCHS/x86/i386}"
+ CFG_MAC_ARCHS_GCC_FORMAT="${CFG_MAC_ARCHS/i386_64/x86_64}"
for ARCH in $CFG_MAC_ARCHS_GCC_FORMAT; do
MAC_ARCHS_COMMANDLINE="$MAC_ARCHS_COMMANDLINE -arch $ARCH"
done