Merged revisions 74979 via svnmerge from

svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r74979 | ronald.oussoren | 2009-09-20 22:09:26 +0200 (Sun, 20 Sep 2009) | 9 lines

  Merged revisions 74978 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r74978 | ronald.oussoren | 2009-09-20 22:05:44 +0200 (Sun, 20 Sep 2009) | 2 lines

    Fix typo in error message
  ........
................
This commit is contained in:
Ronald Oussoren 2009-09-20 20:10:02 +00:00
parent 7412684f91
commit 5644eb7f5b
2 changed files with 4949 additions and 5801 deletions

10748
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -907,7 +907,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