diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-10-16 00:53:39 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-10-16 00:53:39 (GMT) |
commit | 7497e91a20104bd1ff9cc784a6877f8b8403e53d (patch) | |
tree | 230edb7f8ea8d3368cce0c58fd0f9b9daa2b72d3 /configure | |
parent | 1d9d16e82729821197af6e240995a344e8e7e0ba (diff) | |
download | cpython-7497e91a20104bd1ff9cc784a6877f8b8403e53d.zip cpython-7497e91a20104bd1ff9cc784a6877f8b8403e53d.tar.gz cpython-7497e91a20104bd1ff9cc784a6877f8b8403e53d.tar.bz2 |
run autoreconf
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 22 |
1 files changed, 15 insertions, 7 deletions
@@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 84948 . +# From configure.in Revision: 85556 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.65 for python 2.7. # @@ -1934,11 +1934,11 @@ else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $ac_includes_default + enum { N = $2 / 2 - 1 }; int main () { -static int test_array [1 - 2 * !(enum { N = $2 / 2 - 1 }; - 0 < ($ac_type) ((((($ac_type) 1 << N) << N) - 1) * 2 + 1))]; +static int test_array [1 - 2 * !(0 < ($ac_type) ((((($ac_type) 1 << N) << N) - 1) * 2 + 1))]; test_array [0] = 0 ; @@ -1949,11 +1949,11 @@ if ac_fn_c_try_compile "$LINENO"; then : cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $ac_includes_default + enum { N = $2 / 2 - 1 }; int main () { -static int test_array [1 - 2 * !(enum { N = $2 / 2 - 1 }; - ($ac_type) ((((($ac_type) 1 << N) << N) - 1) * 2 + 1) +static int test_array [1 - 2 * !(($ac_type) ((((($ac_type) 1 << N) << N) - 1) * 2 + 1) < ($ac_type) ((((($ac_type) 1 << N) << N) - 1) * 2 + 2))]; test_array [0] = 0 @@ -13738,6 +13738,14 @@ $as_echo "#define socklen_t int" >>confdefs.h fi +case $ac_sys_system in +AIX*) + +$as_echo "#define HAVE_BROKEN_PIPE_BUF 1" >>confdefs.h + ;; +esac + + for h in `(cd $srcdir;echo Python/thread_*.h)` @@ -14293,8 +14301,8 @@ esac cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 # Files that config.status was made for. -config_files="`echo $ac_config_files`" -config_headers="`echo $ac_config_headers`" +config_files="$ac_config_files" +config_headers="$ac_config_headers" _ACEOF |