summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2019-07-08 12:46:51 +0200
committerPeter Kokot <peterkokot@gmail.com>2019-07-08 12:46:51 +0200
commit550c2aa89b97b07582773f22b9a52466d8584ab8 (patch)
treebcbab917777846f9c57a5565e75576a86ec4df5c /configure.ac
parentf002761e08b928f17b16fb7bf7885294f4128415 (diff)
downloadphp-git-550c2aa89b97b07582773f22b9a52466d8584ab8.tar.gz
Remove C89 checks for signal.h and strerror
These are part of the C89 and on today's systems not needed to be checked anymore. This removes symbols HAVE_SIGNAL and HAVE_STRERROR. - http://port70.net/~nsz/c/c89/c89-draft.html - locale.h is also part of C89 but will be removed per request in PHP 8
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 4f03e74cdf..36bfc9e020 100644
--- a/configure.ac
+++ b/configure.ac
@@ -416,6 +416,7 @@ dnl Then headers.
dnl ----------------------------------------------------------------------------
dnl QNX requires unix.h to allow functions in libunix to work properly.
+dnl locale.h is checked for supporting old code in extensions such as imagick.
AC_CHECK_HEADERS([ \
inttypes.h \
stdint.h \
@@ -440,7 +441,6 @@ netdb.h \
poll.h \
pwd.h \
resolv.h \
-signal.h \
strings.h \
syslog.h \
sysexits.h \
@@ -642,7 +642,6 @@ statfs \
statvfs \
std_syslog \
strcasecmp \
-strerror \
strfmon \
strnlen \
strptime \