diff options
author | Ronald Oussoren <ronaldoussoren@mac.com> | 2009-09-08 07:17:10 +0000 |
---|---|---|
committer | Ronald Oussoren <ronaldoussoren@mac.com> | 2009-09-08 07:17:10 +0000 |
commit | 84ddd72312f6606c04e8efaf2cd225811976f769 (patch) | |
tree | 6059ddec36a0659f4a44e660202c4b686fcc7a62 /configure.in | |
parent | #Issue 6795: Fix infinite recursion in long(Decimal('nan')); change int(Dec... (diff) | |
download | cpython-84ddd72312f6606c04e8efaf2cd225811976f769.tar.gz cpython-84ddd72312f6606c04e8efaf2cd225811976f769.tar.bz2 cpython-84ddd72312f6606c04e8efaf2cd225811976f769.zip |
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.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index ee95e8ad27a..35d47c4c4a7 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) |