Commit 07b51bcee35764140a7935dd33b36c07c1f21833

Authored by Stéphane Raimbault
1 parent bbcc2438

Sync header checks with waf

Showing 1 changed file with 1 additions and 1 deletions
configure.ac
@@ -13,7 +13,7 @@ AC_PROG_LIBTOOL @@ -13,7 +13,7 @@ AC_PROG_LIBTOOL
13 13
14 # Checks for header files. 14 # Checks for header files.
15 AC_HEADER_STDC 15 AC_HEADER_STDC
16 -AC_CHECK_HEADERS([arpa/inet.h fcntl.h netinet/in.h stdlib.h string.h sys/ioctl.h sys/socket.h sys/time.h termios.h unistd.h]) 16 +AC_CHECK_HEADERS([termios.h sys/time.h unistd.h errno.h limits.h fcntl.h sys/types.h sys/socket.h sys/ioctl.h netinet/in.h netinet/ip.h netinet/tcp.h arpa/inet.h])
17 17
18 # Checks for typedefs, structures, and compiler characteristics. 18 # Checks for typedefs, structures, and compiler characteristics.
19 AC_C_CONST 19 AC_C_CONST