diff options
author | Ronald Oussoren <ronaldoussoren@mac.com> | 2009-09-20 20:05:44 (GMT) |
---|---|---|
committer | Ronald Oussoren <ronaldoussoren@mac.com> | 2009-09-20 20:05:44 (GMT) |
commit | a9cfbded4bc9e121056e2628bd9aad684ab8ac8f (patch) | |
tree | d7e2b19c5c66ea81435c111367e7013c4b759bd1 /configure | |
parent | 16766d7cd68e641b15218f91f7795d06ca9925d1 (diff) | |
download | cpython-a9cfbded4bc9e121056e2628bd9aad684ab8ac8f.zip cpython-a9cfbded4bc9e121056e2628bd9aad684ab8ac8f.tar.gz cpython-a9cfbded4bc9e121056e2628bd9aad684ab8ac8f.tar.bz2 |
Fix typo in error message
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 74701 . +# From configure.in Revision: 74715 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.61 for python 2.7. # @@ -4703,8 +4703,8 @@ echo "${ECHO_T}$ac_cv_no_strict_aliasing_ok" >&6; } ARCH_RUN_32BIT="arch -i386 -ppc" else - { { echo "$as_me:$LINENO: error: proper usage is --with-universalarch=32-bit|64-bit|all" >&5 -echo "$as_me: error: proper usage is --with-universalarch=32-bit|64-bit|all" >&2;} + { { echo "$as_me:$LINENO: error: proper usage is --with-universal-arch=32-bit|64-bit|all|intel|3-way" >&5 +echo "$as_me: error: proper usage is --with-universal-arch=32-bit|64-bit|all|intel|3-way" >&2;} { (exit 1); exit 1; }; } fi |