Skip to content

Commit

Permalink
configure: Add if_mib.h prerequisites.
Browse files Browse the repository at this point in the history
Signed-off-by: Ed Maste <[email protected]>
Signed-off-by: Ben Pfaff <[email protected]>
  • Loading branch information
emaste authored and blp committed May 23, 2013
1 parent 76d5beb commit db273f6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit db273f6

Please sign in to comment.