summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorErlend E. Aasland <erlend@python.org>2024-02-22 09:04:15 (GMT)
committerGitHub <noreply@github.com>2024-02-22 09:04:15 (GMT)
commitbaae73d7307214ee97abbe80aaa8c1c773a6f682 (patch)
tree7a2872f445c8fe34b7be1de39a6a2e2529c22db1 /configure
parent7bc79371a62e8f45542cf5679ed35d0d29e94226 (diff)
downloadcpython-baae73d7307214ee97abbe80aaa8c1c773a6f682.zip
cpython-baae73d7307214ee97abbe80aaa8c1c773a6f682.tar.gz
cpython-baae73d7307214ee97abbe80aaa8c1c773a6f682.tar.bz2
gh-115765: Don't use deprecated AC_CHECK_TYPE macro in configure.ac (#115792)
Instead use AC_CHECK_TYPES.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 8 insertions, 0 deletions
diff --git a/configure b/configure
index a08fc1c..b910d05 100755
--- a/configure
+++ b/configure
@@ -11496,12 +11496,16 @@ then :
printf "%s\n" "#define HAVE_SSIZE_T 1" >>confdefs.h
+
fi
ac_fn_c_check_type "$LINENO" "__uint128_t" "ac_cv_type___uint128_t" "$ac_includes_default"
if test "x$ac_cv_type___uint128_t" = xyes
then :
+printf "%s\n" "#define HAVE___UINT128_T 1" >>confdefs.h
+
+
printf "%s\n" "#define HAVE_GCC_UINT128_T 1" >>confdefs.h
fi
@@ -24961,6 +24965,7 @@ then :
printf "%s\n" "#define HAVE_RL_COMPDISP_FUNC_T 1" >>confdefs.h
+
fi
@@ -26783,6 +26788,9 @@ ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "
if test "x$ac_cv_type_socklen_t" = xyes
then :
+printf "%s\n" "#define HAVE_SOCKLEN_T 1" >>confdefs.h
+
+
else $as_nop
printf "%s\n" "#define socklen_t int" >>confdefs.h