summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGregory P. Smith <greg@mad-scientist.com>2009-11-02 02:03:16 (GMT)
committerGregory P. Smith <greg@mad-scientist.com>2009-11-02 02:03:16 (GMT)
commitc9ff3a79416c7c1fe8c5a8856010e19dfed19de7 (patch)
tree5f5975ab7f75cabbc9cd4b2c596274a693c4dee5
parentd8cb2d9c594eecbde2e29851948b86a8d587966e (diff)
downloadcpython-c9ff3a79416c7c1fe8c5a8856010e19dfed19de7.zip
cpython-c9ff3a79416c7c1fe8c5a8856010e19dfed19de7.tar.gz
cpython-c9ff3a79416c7c1fe8c5a8856010e19dfed19de7.tar.bz2
regenerated from r76052
-rwxr-xr-xconfigure10
1 files changed, 4 insertions, 6 deletions
diff --git a/configure b/configure
index 49a3254..da22f8d 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.in Revision: 76050 .
+# From configure.in Revision: 76052 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61 for python 2.7.
#
@@ -27021,7 +27021,8 @@ if test "${ac_cv_have_size_t_format+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
if test "$cross_compiling" = yes; then
- ac_cv_have_size_t_format=no
+ ac_cv_have_size_t_format="cross -- assuming yes"
+
else
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
@@ -27099,13 +27100,10 @@ rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$a
fi
-
fi
-
{ echo "$as_me:$LINENO: result: $ac_cv_have_size_t_format" >&5
echo "${ECHO_T}$ac_cv_have_size_t_format" >&6; }
-if test $ac_cv_have_size_t_format = yes
-then
+if test "$ac_cv_have_size_t_format" != no ; then
cat >>confdefs.h <<\_ACEOF
#define PY_FORMAT_SIZE_T "z"