11#! /bin/sh
2- # From configure.in Revision: 85251 .
2+ # From configure.in Revision: 85351 .
33# Guess values for system-dependent variables and create Makefiles.
44# Generated by GNU Autoconf 2.65 for python 3.1.
55#
@@ -1923,11 +1923,11 @@ else
19231923 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19241924/* end confdefs.h. */
19251925$ac_includes_default
1926+ enum { N = $2 / 2 - 1 };
19261927int
19271928main ()
19281929{
1929- static int test_array [1 - 2 * !(enum { N = $2 / 2 - 1 };
1930- 0 < ($ac_type) ((((($ac_type) 1 << N) << N) - 1) * 2 + 1))];
1930+ static int test_array [1 - 2 * !(0 < ($ac_type) ((((($ac_type) 1 << N) << N) - 1) * 2 + 1))];
19311931test_array [0] = 0
19321932
19331933 ;
@@ -1938,11 +1938,11 @@ if ac_fn_c_try_compile "$LINENO"; then :
19381938 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19391939/* end confdefs.h. */
19401940$ac_includes_default
1941+ enum { N = $2 / 2 - 1 };
19411942int
19421943main ()
19431944{
1944- static int test_array [1 - 2 * !(enum { N = $2 / 2 - 1 };
1945- ($ac_type) ((((($ac_type) 1 << N) << N) - 1) * 2 + 1)
1945+ static int test_array [1 - 2 * !(($ac_type) ((((($ac_type) 1 << N) << N) - 1) * 2 + 1)
19461946 < ($ac_type) ((((($ac_type) 1 << N) << N) - 1) * 2 + 2))];
19471947test_array [0] = 0
19481948
@@ -8041,6 +8041,8 @@ $as_echo_n "checking for --with-system-ffi... " >&6; }
80418041# Check whether --with-system_ffi was given.
80428042if test " ${with_system_ffi+set} " = set ; then :
80438043 withval=$with_system_ffi ;
8044+ else
8045+ with_system_ffi=" no"
80448046fi
80458047
80468048
@@ -13920,8 +13922,8 @@ esac
1392013922
1392113923cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1392213924# Files that config.status was made for.
13923- config_files=" ` echo $ac_config_files ` "
13924- config_headers=" ` echo $ac_config_headers ` "
13925+ config_files=" $ac_config_files "
13926+ config_headers=" $ac_config_headers "
1392513927
1392613928_ACEOF
1392713929
0 commit comments