Update from stable branch.
[openssl.git] / config
diff --git a/config b/config
index e77baa09427da7cc627ad182e0b599d6ec8bb858..d7c98813b11e17206aca094020dc40e2f6244023 100755 (executable)
--- a/config
+++ b/config
@@ -278,7 +278,7 @@ case "${SYSTEM}:${RELEASE}:${VERSION}:${MACHINE}" in
                echo "ppc-apple-darwin${VERSION}"
                ;;
            *)
-               echo "i386-apple-darwin${VERSION}"
+               echo "i686-apple-darwin${VERSION}"
                ;;
        esac
        exit 0
@@ -536,7 +536,7 @@ case "$GUESSOS" in
            fi
        fi
        OUT="darwin-ppc-cc" ;;
-  i386-apple-darwin*)
+  i?86-apple-darwin*)
        ISA64=`(sysctl -n hw.optional.x86_64) 2>/dev/null`
        if [ "$ISA64" = "1" ]; then
            echo "WARNING! If you wish to build 64-bit library, then you have to"