11#! /bin/sh
2- # From configure.in Revision: 84948 .
2+ # From configure.in Revision: 85556 .
33# Guess values for system-dependent variables and create Makefiles.
44# Generated by GNU Autoconf 2.65 for python 2.7.
55#
@@ -1934,11 +1934,11 @@ else
19341934 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19351935/* end confdefs.h. */
19361936$ac_includes_default
1937+ enum { N = $2 / 2 - 1 };
19371938int
19381939main ()
19391940{
1940- static int test_array [1 - 2 * !(enum { N = $2 / 2 - 1 };
1941- 0 < ($ac_type) ((((($ac_type) 1 << N) << N) - 1) * 2 + 1))];
1941+ static int test_array [1 - 2 * !(0 < ($ac_type) ((((($ac_type) 1 << N) << N) - 1) * 2 + 1))];
19421942test_array [0] = 0
19431943
19441944 ;
@@ -1949,11 +1949,11 @@ if ac_fn_c_try_compile "$LINENO"; then :
19491949 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19501950/* end confdefs.h. */
19511951$ac_includes_default
1952+ enum { N = $2 / 2 - 1 };
19521953int
19531954main ()
19541955{
1955- static int test_array [1 - 2 * !(enum { N = $2 / 2 - 1 };
1956- ($ac_type) ((((($ac_type) 1 << N) << N) - 1) * 2 + 1)
1956+ static int test_array [1 - 2 * !(($ac_type) ((((($ac_type) 1 << N) << N) - 1) * 2 + 1)
19571957 < ($ac_type) ((((($ac_type) 1 << N) << N) - 1) * 2 + 2))];
19581958test_array [0] = 0
19591959
@@ -13738,6 +13738,14 @@ $as_echo "#define socklen_t int" >>confdefs.h
1373813738fi
1373913739
1374013740
13741+ case $ac_sys_system in
13742+ AIX* )
13743+
13744+ $as_echo " #define HAVE_BROKEN_PIPE_BUF 1" >> confdefs.h
13745+ ;;
13746+ esac
13747+
13748+
1374113749
1374213750
1374313751for h in ` (cd $srcdir ; echo Python/thread_* .h)`
@@ -14293,8 +14301,8 @@ esac
1429314301
1429414302cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1429514303# Files that config.status was made for.
14296- config_files=" ` echo $ac_config_files ` "
14297- config_headers=" ` echo $ac_config_headers ` "
14304+ config_files=" $ac_config_files "
14305+ config_headers=" $ac_config_headers "
1429814306
1429914307_ACEOF
1430014308
0 commit comments