aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index b59c983e4d9..3add836efc4 100644
--- a/configure.in
+++ b/configure.in
@@ -1514,6 +1514,9 @@ AC_CHECK_MEMBER(struct tm.tm_gmtoff,
1514 [AC_DEFINE(HAVE_TM_GMTOFF, 1, 1514 [AC_DEFINE(HAVE_TM_GMTOFF, 1,
1515 [Define to 1 if `tm_gmtoff' is member of `struct tm'.])],, 1515 [Define to 1 if `tm_gmtoff' is member of `struct tm'.])],,
1516 [#include <time.h>]) 1516 [#include <time.h>])
1517AC_CHECK_MEMBERS([struct ifreq.ifr_flags, struct ifreq.ifr_hwaddr,
1518 struct ifreq.ifr_netmask, struct ifreq.ifr_broadaddr,
1519 struct ifreq.ifr_addr], , ,[#include <net/if.h>])
1517 1520
1518dnl checks for compiler characteristics 1521dnl checks for compiler characteristics
1519 1522