regenerated from r76052

This commit is contained in:
Gregory P. Smith 2009-11-02 02:03:16 +00:00
parent d8cb2d9c59
commit c9ff3a7941

10
configure vendored
View file

@ -1,5 +1,5 @@
#! /bin/sh #! /bin/sh
# From configure.in Revision: 76050 . # From configure.in Revision: 76052 .
# Guess values for system-dependent variables and create Makefiles. # Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61 for python 2.7. # 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 echo $ECHO_N "(cached) $ECHO_C" >&6
else else
if test "$cross_compiling" = yes; then if test "$cross_compiling" = yes; then
ac_cv_have_size_t_format=no ac_cv_have_size_t_format="cross -- assuming yes"
else else
cat >conftest.$ac_ext <<_ACEOF cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */ /* confdefs.h. */
@ -27099,13 +27100,10 @@ rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$a
fi fi
fi fi
{ echo "$as_me:$LINENO: result: $ac_cv_have_size_t_format" >&5 { echo "$as_me:$LINENO: result: $ac_cv_have_size_t_format" >&5
echo "${ECHO_T}$ac_cv_have_size_t_format" >&6; } echo "${ECHO_T}$ac_cv_have_size_t_format" >&6; }
if test $ac_cv_have_size_t_format = yes if test "$ac_cv_have_size_t_format" != no ; then
then
cat >>confdefs.h <<\_ACEOF cat >>confdefs.h <<\_ACEOF
#define PY_FORMAT_SIZE_T "z" #define PY_FORMAT_SIZE_T "z"