summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-10-10 08:14:41 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-10-10 08:14:41 (GMT)
commit7be5a65acd4d155730bd5c7981e16b1e5ab814c0 (patch)
tree08a21f790e93af95637257c3380747d6fab2aa6a /configure
parent22ad24528ecbb856109d4cbc19ee88aa111b4c1b (diff)
downloadcpython-7be5a65acd4d155730bd5c7981e16b1e5ab814c0.zip
cpython-7be5a65acd4d155730bd5c7981e16b1e5ab814c0.tar.gz
cpython-7be5a65acd4d155730bd5c7981e16b1e5ab814c0.tar.bz2
Merged revisions 85349 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85349 | antoine.pitrou | 2010-10-10 10:10:16 +0200 (dim., 10 oct. 2010) | 4 lines Some platforms provide uintptr_t in inttypes.h. Patch by Akira Kitada. ........
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure b/configure
index 78968e6..2e42864 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.in Revision: 84683 .
+# From configure.in Revision: 84948 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.65 for python 2.7.
#
@@ -7099,6 +7099,9 @@ fi
ac_fn_c_check_type "$LINENO" "uintptr_t" "ac_cv_type_uintptr_t" "#ifdef HAVE_STDINT_H
#include <stdint.h>
#endif
+ #ifdef HAVE_INTTYPES_H
+ #include <inttypes.h>
+ #endif
"
if test "x$ac_cv_type_uintptr_t" = x""yes; then :