summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-10-10 08:10:16 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-10-10 08:10:16 (GMT)
commit1bf29b7da72e32db56458952a33772a9773b535a (patch)
tree2814f367736ae0dff20ac1b163103a42f5a741cf /configure
parent79941b5c09a55c5d1dc620d74e26103e93b1c465 (diff)
downloadcpython-1bf29b7da72e32db56458952a33772a9773b535a.zip
cpython-1bf29b7da72e32db56458952a33772a9773b535a.tar.gz
cpython-1bf29b7da72e32db56458952a33772a9773b535a.tar.bz2
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 0199ba0..f7d2334 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.in Revision: 84752 .
+# From configure.in Revision: 84946 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.65 for python 3.2.
#
@@ -7113,6 +7113,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 :