summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2018-02-23 15:20:42 +1100
committerDarren Tucker <dtucker@dtucker.net>2018-02-23 15:20:42 +1100
commitb59162da99399d89bd57f71c170c0003c55b1583 (patch)
treebf440d2fb9931ef3e9589125f1c1214a55b38f02 /configure.ac
parenta8dd6fe0aa10b6866830b4688a73ef966f0aed88 (diff)
Check for ifaddrs.h for BindInterface.
BindInterface required getifaddr and friends so disable if not available (eg Solaris 10). We should be able to add support for some systems with a bit more work but this gets the building again.
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 cbcf9d077..e81e3eccd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -365,6 +365,7 @@ AC_CHECK_HEADERS([ \
365 glob.h \ 365 glob.h \
366 ia.h \ 366 ia.h \
367 iaf.h \ 367 iaf.h \
368 ifaddrs.h \
368 inttypes.h \ 369 inttypes.h \
369 langinfo.h \ 370 langinfo.h \
370 limits.h \ 371 limits.h \