]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in the `arch` commandline
authorRonald Oussoren <ronaldoussoren@mac.com>
Tue, 12 Aug 2008 12:29:13 +0000 (12:29 +0000)
committerRonald Oussoren <ronaldoussoren@mac.com>
Tue, 12 Aug 2008 12:29:13 +0000 (12:29 +0000)
configure
configure.in

index 3656e6256936145504349f736081a118c06d0633..89fd7e26678d7789c0efd42eed71ff1291de269f 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in Revision: 65061 .
+# From configure.in Revision: 65183 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.61 for python 2.6.
 #
@@ -4656,7 +4656,7 @@ echo "${ECHO_T}$ac_cv_no_strict_aliasing_ok" >&6; }
 
                 elif test "$UNIVERSAL_ARCHS" = "all" ; then
                   UNIVERSAL_ARCH_FLAGS="-arch i386 -arch ppc -arch ppc64 -arch x86_64"
-                  ARCH_RUN_32BIT="arch -386 -ppc"
+                  ARCH_RUN_32BIT="arch -i386 -ppc"
 
                 else
                   { { echo "$as_me:$LINENO: error: proper usage is --with-universalarch=32-bit|64-bit|all" >&5
index 0c96c5a88e808b675284bc08fb5d832aab51772c..75857ef2cd603fd84047ed3c220f11c74e370beb 100644 (file)
@@ -916,7 +916,7 @@ yes)
 
                 elif test "$UNIVERSAL_ARCHS" = "all" ; then
                   UNIVERSAL_ARCH_FLAGS="-arch i386 -arch ppc -arch ppc64 -arch x86_64"
-                  ARCH_RUN_32BIT="arch -386 -ppc"
+                  ARCH_RUN_32BIT="arch -i386 -ppc"
 
                 else
                   AC_MSG_ERROR([proper usage is --with-universalarch=32-bit|64-bit|all])