summaryrefslogtreecommitdiffstats
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 cbcf9d07..e81e3ecc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -365,6 +365,7 @@ AC_CHECK_HEADERS([ \
glob.h \
ia.h \
iaf.h \
+ ifaddrs.h \
inttypes.h \
langinfo.h \
limits.h \