diff options
author | Ronald Oussoren <ronaldoussoren@mac.com> | 2008-08-12 12:29:13 (GMT) |
---|---|---|
committer | Ronald Oussoren <ronaldoussoren@mac.com> | 2008-08-12 12:29:13 (GMT) |
commit | a4cb472fb09a45e874e1a28b8c240ae88e22b2f7 (patch) | |
tree | 6f8b28e879ce6f72043a7998dd16b2e139ff5163 /configure | |
parent | 5d35373706a21dfb11765f92dfbde961c9ed4e8c (diff) | |
download | cpython-a4cb472fb09a45e874e1a28b8c240ae88e22b2f7.zip cpython-a4cb472fb09a45e874e1a28b8c240ae88e22b2f7.tar.gz cpython-a4cb472fb09a45e874e1a28b8c240ae88e22b2f7.tar.bz2 |
Fix typo in the `arch` commandline
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |