Skip to content

Commit 77ea5c5

Browse files
authored
Remove obsolescent AC_TYPE_SIZE_T (#12719)
The macro checks for existence of size_t in <stddef.h> otherwise it sets it to 'unsigned int'. The size_t is part of C89 standard and all platforms should have it. Macro is also marked to be made obsolete in the future versions of Autoconf. At this point there is still AC_FUNC_ALLOCA in PHP's configure.ac which uses AC_TYPE_SIZE_T under the hood so the check is still done there in the meantime.
1 parent 91279cf commit 77ea5c5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

configure.ac

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,6 @@ if test "`uname -s 2>/dev/null`" != "QNX"; then
553553
fi
554554

555555
dnl Checks for types.
556-
AC_TYPE_SIZE_T
557556
AC_TYPE_UID_T
558557

559558
dnl Checks for sockaddr_storage and sockaddr.sa_len.

0 commit comments

Comments
 (0)