summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
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(