Signed-off-by: Ed Maste <ema...@freebsd.org> --- configure.ac | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac index 1e23289..91f3835 100644 --- a/configure.ac +++ b/configure.ac @@ -63,8 +63,9 @@ AC_CHECK_MEMBERS([struct stat.st_mtim.tv_nsec, struct stat.st_mtimensec], [], [], [[#include <sys/stat.h>]]) AC_CHECK_MEMBERS([struct ifreq.ifr_flagshigh], [], [], [[#include <net/if.h>]]) AC_CHECK_FUNCS([mlockall strnlen strsignal getloadavg statvfs getmntent_r]) -AC_CHECK_HEADERS( - [mntent.h sys/statvfs.h linux/types.h linux/if_ether.h net/if_mib.h]) +AC_CHECK_HEADERS([mntent.h sys/statvfs.h linux/types.h linux/if_ether.h]) +AC_CHECK_HEADERS([net/if_mib.h], [], [], [[#include <sys/types.h> +#include <net/if.h>]]) OVS_CHECK_PKIDIR OVS_CHECK_RUNDIR -- 1.7.11.5 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev