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.
This commit is contained in:
Ronald Oussoren 2009-09-08 07:17:10 +00:00
parent 968f1690d3
commit 84ddd72312
2 changed files with 3 additions and 1 deletions

3
configure vendored
View File

@ -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

View File

@ -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)