]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in error message
authorRonald Oussoren <ronaldoussoren@mac.com>
Sun, 20 Sep 2009 20:05:44 +0000 (20:05 +0000)
committerRonald Oussoren <ronaldoussoren@mac.com>
Sun, 20 Sep 2009 20:05:44 +0000 (20:05 +0000)
configure
configure.in

index 913474c5edbd2b4d1fe1c9f2c15b76eeb8967fc4..aeae2e74c31910f4a209dbc494436d9844500d51 100755 (executable)
--- a/configure
+++ b/configure
@@ -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
index 35d47c4c4a7054f7cdf9113ae2219796f43121e9..4c4731fcfeb6e0abd9be386f80fcc5cdb7b143f6 100644 (file)
@@ -961,7 +961,7 @@ yes)
                   ARCH_RUN_32BIT="arch -i386 -ppc"
 
                 else
-                  AC_MSG_ERROR([proper usage is --with-universalarch=32-bit|64-bit|all])
+                  AC_MSG_ERROR([proper usage is --with-universal-arch=32-bit|64-bit|all|intel|3-way])
 
                 fi