summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 5b5b983..86f3780 100644
--- a/configure.in
+++ b/configure.in
@@ -1450,6 +1450,9 @@ elif test -f ../plugins/check_nt.c ; then
1450fi 1450fi
1451 1451
1452 1452
1453dnl used in check_dhcp
1454AC_CHECK_HEADERS(sys/sockio.h)
1455
1453case $host in 1456case $host in
1454 *bsd*) 1457 *bsd*)
1455 AC_DEFINE(__bsd__,1,[bsd specific code in check_dhcp.c]) 1458 AC_DEFINE(__bsd__,1,[bsd specific code in check_dhcp.c])