summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPeter Seiderer <ps.report@gmx.net>2020-03-09 15:36:48 +0100
committerNikita Popov <nikita.ppv@gmail.com>2020-03-10 16:53:57 +0100
commitf73528f0e0d59ac744ccb4a94a3a9d7b9f0fba1b (patch)
treeb44a85ce1c7e50dc7f3854676278c93a42c64ef5 /configure.ac
parentfea2994ff83ac75dcb5b186964f20a21b1df3ec0 (diff)
downloadphp-git-f73528f0e0d59ac744ccb4a94a3a9d7b9f0fba1b.tar.gz
Check for sys/auxv.h before using it.
Fixes aarch64 compile with uclibc-ng (does not provide sys/auxv.h header file). Closes GH-5248. Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 12e130902b..fd025d37c7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -440,6 +440,7 @@ resolv.h \
strings.h \
syslog.h \
sysexits.h \
+sys/auxv.h \
sys/ioctl.h \
sys/file.h \
sys/mman.h \