summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2016-07-13 14:42:35 +1000
committerDarren Tucker <dtucker@zip.com.au>2016-07-13 14:42:35 +1000
commit6310ef27a2567cda66d6cf0c1ad290ee1167f243 (patch)
treea84f11401272e0eb9717008e6d2d69c426e72aea /configure.ac
parentf3f2cc8386868f51440c45210098f65f9787449a (diff)
Move err.h replacements into compat lib.
Move implementations of err.h replacement functions into their own file in the libopenbsd-compat so we can use them in kexfuzz.c too. ok djm@
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 2bb5a63c8..005a9ead5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -373,6 +373,7 @@ AC_CHECK_HEADERS([ \
373 dirent.h \ 373 dirent.h \
374 endian.h \ 374 endian.h \
375 elf.h \ 375 elf.h \
376 err.h \
376 features.h \ 377 features.h \
377 fcntl.h \ 378 fcntl.h \
378 floatingpoint.h \ 379 floatingpoint.h \
@@ -1692,6 +1693,8 @@ AC_CHECK_FUNCS([ \
1692 closefrom \ 1693 closefrom \
1693 dirfd \ 1694 dirfd \
1694 endgrent \ 1695 endgrent \
1696 err \
1697 errx \
1695 explicit_bzero \ 1698 explicit_bzero \
1696 fchmod \ 1699 fchmod \
1697 fchown \ 1700 fchown \
@@ -1783,6 +1786,7 @@ AC_CHECK_FUNCS([ \
1783 vasprintf \ 1786 vasprintf \
1784 vsnprintf \ 1787 vsnprintf \
1785 waitpid \ 1788 waitpid \
1789 warn \
1786]) 1790])
1787 1791
1788AC_LINK_IFELSE( 1792AC_LINK_IFELSE(