gh-115765: Don't use deprecated AC_CHECK_TYPE macro in configure.ac (#115792)

Instead use AC_CHECK_TYPES.
This commit is contained in:
Erlend E. Aasland 2024-02-22 10:04:15 +01:00 committed by GitHub
parent 7bc79371a6
commit baae73d730
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 25 additions and 20 deletions

8
configure generated vendored
View file

@ -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