aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2014-06-07 07:56:18 -0400
committerAnthony G. Basile <blueness@gentoo.org>2014-06-07 07:57:10 -0400
commit962b3194f525bbb2152d90168b8cd5d5a95a4276 (patch)
tree2cd97f850f85751bf697236e971e03ea8e326e3a /configure.ac
parentmisc/ldd: add caching to speed up recursion (diff)
downloadelfix-962b3194f525bbb2152d90168b8cd5d5a95a4276.tar.gz
elfix-962b3194f525bbb2152d90168b8cd5d5a95a4276.tar.bz2
elfix-962b3194f525bbb2152d90168b8cd5d5a95a4276.zip
src{fix-gnustack.c,paxctl-ng.c}: portable error reporting
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 58a6c16..865cbaf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -44,7 +44,7 @@ AC_PROG_SED
# Checks for header files.
AC_CHECK_HEADERS(
- [errno.h error.h fcntl.h gelf.h libgen.h stdio.h stdlib.h string.h \
+ [errno.h err.h fcntl.h gelf.h libgen.h stdio.h stdlib.h string.h \
sys/mman.h sys/stat.h sys/types.h unistd.h],
[],
[AC_MSG_ERROR(["Missing necessary header"])]