Add missing AC_CHECK_HEADERS([dirent.h]) to configure.in
authorSven-Haegar Koch <haegar@sdinet.de>
Fri, 26 Mar 2010 16:07:30 +0000 (17:07 +0100)
committerSven-Haegar Koch <haegar@sdinet.de>
Wed, 31 Mar 2010 03:06:21 +0000 (05:06 +0200)
configure.in

index 573a30e..78622af 100644 (file)
@@ -98,7 +98,7 @@ dnl Checks for header files.
 dnl We do this in multiple stages, because unlike Linux all the other operating systems really suck and don't include their own dependencies.
 
 AC_HEADER_STDC
-AC_CHECK_HEADERS([stdbool.h syslog.h sys/file.h sys/ioctl.h sys/mman.h sys/param.h sys/socket.h sys/time.h sys/uio.h sys/un.h sys/wait.h netdb.h arpa/inet.h])
+AC_CHECK_HEADERS([stdbool.h syslog.h sys/file.h sys/ioctl.h sys/mman.h sys/param.h sys/socket.h sys/time.h sys/uio.h sys/un.h sys/wait.h netdb.h arpa/inet.h dirent.h])
 AC_CHECK_HEADERS([net/if.h net/if_types.h linux/if_tun.h net/if_tun.h net/if_tap.h net/ethernet.h net/if_arp.h netinet/in_systm.h netinet/in.h netinet/in6.h time.h],
   [], [], [#include "have.h"]
 )