From d445abe506561850d25b56cc9a997aefbb7fbcf5 Mon Sep 17 00:00:00 2001 From: Gilles Gouaillardet Date: Fri, 23 Sep 2016 11:19:47 +0900 Subject: [PATCH] configury: fix detection only invoke AC_CHECK_HEADERS([net/if.h]) once and with the required prerequisites Thanks Paul Hargrove for the report and diagnostic --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index c38f8e9c25..f2e7db9636 100644 --- a/configure.ac +++ b/configure.ac @@ -584,7 +584,7 @@ AC_CHECK_HEADERS([alloca.h aio.h arpa/inet.h dirent.h \ libutil.h memory.h netdb.h netinet/in.h netinet/tcp.h \ poll.h pthread.h pty.h pwd.h sched.h \ strings.h stropts.h linux/ethtool.h linux/sockios.h \ - net/if.h sys/fcntl.h sys/ipc.h sys/shm.h \ + sys/fcntl.h sys/ipc.h sys/shm.h \ sys/ioctl.h sys/mman.h sys/param.h sys/queue.h \ sys/resource.h sys/select.h sys/socket.h sys/sockio.h \ sys/stat.h sys/statfs.h sys/statvfs.h sys/time.h sys/tree.h \