diff options
author | Ronald Oussoren <ronaldoussoren@mac.com> | 2009-09-08 07:17:10 (GMT) |
---|---|---|
committer | Ronald Oussoren <ronaldoussoren@mac.com> | 2009-09-08 07:17:10 (GMT) |
commit | 84ddd72312f6606c04e8efaf2cd225811976f769 (patch) | |
tree | 6059ddec36a0659f4a44e660202c4b686fcc7a62 | |
parent | 968f1690d39e8c825f9af1b634ff5b5a9517c290 (diff) | |
download | cpython-84ddd72312f6606c04e8efaf2cd225811976f769.zip cpython-84ddd72312f6606c04e8efaf2cd225811976f769.tar.gz cpython-84ddd72312f6606c04e8efaf2cd225811976f769.tar.bz2 |
This is an update to r74701. How hard can it be to get a configure test right.
This patch has already been backported as part of the backport of r74701,
which is how I found this problem.
-rwxr-xr-x | configure | 3 | ||||
-rw-r--r-- | configure.in | 1 |
2 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 74672 . +# From configure.in Revision: 74701 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.61 for python 2.7. # @@ -14522,6 +14522,7 @@ cat >>conftest.$ac_ext <<_ACEOF } else { return 1; } + } _ACEOF rm -f conftest$ac_exeext diff --git a/configure.in b/configure.in index ee95e8a..35d47c4 100644 --- a/configure.in +++ b/configure.in @@ -1565,6 +1565,7 @@ case $ac_sys_system/$ac_sys_release in } else { return 1; } + } ], ac_osx_32bit=yes, ac_osx_32bit=no, ac_osx_32bit=yes) |