diff options
| author | Peter Kokot <peterkokot@gmail.com> | 2019-03-01 19:24:06 +0100 |
|---|---|---|
| committer | Peter Kokot <peterkokot@gmail.com> | 2019-03-01 19:24:06 +0100 |
| commit | ac6b9b0b7feaa668b83db34860a3d373f5c98a34 (patch) | |
| tree | d96210b540475e4c64fed94fe60e0e5f38690a2b /acinclude.m4 | |
| parent | 472f577679fe589bf73e2fa40444dc53928457f0 (diff) | |
| parent | a700451706b1a6da75f08a6a7e331635e17a6e99 (diff) | |
| download | php-git-ac6b9b0b7feaa668b83db34860a3d373f5c98a34.tar.gz | |
Merge branch 'PHP-7.4'
* PHP-7.4:
Remove obsolescent AC_HEADER_STDC and memcpy check
Diffstat (limited to 'acinclude.m4')
| -rw-r--r-- | acinclude.m4 | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 2c6f4b7dc8..181874390b 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -1030,10 +1030,8 @@ AC_DEFUN([_PHP_CHECK_SIZEOF], [ old_LDFLAGS=$LDFLAGS LDFLAGS= AC_RUN_IFELSE([AC_LANG_SOURCE([[#include <stdio.h> -#if STDC_HEADERS #include <stdlib.h> #include <stddef.h> -#endif #ifdef HAVE_INTTYPES_H #include <inttypes.h> #endif @@ -1103,10 +1101,8 @@ AC_CACHE_VAL(ac_cv_type_in_addr_t, changequote(<<,>>)dnl <<in_addr_t[^a-zA-Z_0-9]>>dnl changequote([,]), [#include <sys/types.h> -#if STDC_HEADERS #include <stdlib.h> #include <stddef.h> -#endif #ifdef HAVE_NETINET_IN_H #include <netinet/in.h> #endif], ac_cv_type_in_addr_t=yes, ac_cv_type_in_addr_t=no)])dnl |
