diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
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 | |||
1450 | fi | 1450 | fi |
1451 | 1451 | ||
1452 | 1452 | ||
1453 | dnl used in check_dhcp | ||
1454 | AC_CHECK_HEADERS(sys/sockio.h) | ||
1455 | |||
1453 | case $host in | 1456 | case $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]) |