From b34a78330324898e2b399430322b4c593bb61107 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sat, 6 Dec 2014 15:41:34 +0000 Subject: Check for existence of netdb.h for conditional inclusion. --- infrastructure/m4/boxbackup_tests.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/m4/boxbackup_tests.m4 b/infrastructure/m4/boxbackup_tests.m4 index cd1b33f3..2e5d2aa5 100644 --- a/infrastructure/m4/boxbackup_tests.m4 +++ b/infrastructure/m4/boxbackup_tests.m4 @@ -133,7 +133,7 @@ esac AC_HEADER_STDC AC_HEADER_SYS_WAIT -AC_CHECK_HEADERS([dlfcn.h fcntl.h getopt.h process.h pwd.h signal.h]) +AC_CHECK_HEADERS([dlfcn.h fcntl.h getopt.h netdb.h process.h pwd.h signal.h]) AC_CHECK_HEADERS([syslog.h time.h cxxabi.h]) AC_CHECK_HEADERS([netinet/in.h netinet/tcp.h]) AC_CHECK_HEADERS([sys/file.h sys/param.h sys/poll.h sys/socket.h sys/time.h]) -- cgit v1.2.3