[svn-r23376] Description:

Add dirent.h detection to configure.ac
This commit is contained in:
Quincey Koziol
2013-03-18 22:00:40 -05:00
parent c08dc5f646
commit 00c4e5f00d

View File

@@ -1275,6 +1275,7 @@ AC_CHECK_FUNCS([clock_gettime],[have_clock_gettime="yes"],[have_clock_gettime="n
AC_CHECK_HEADERS([sys/resource.h sys/time.h unistd.h sys/ioctl.h sys/stat.h])
AC_CHECK_HEADERS([sys/socket.h sys/types.h])
AC_CHECK_HEADERS([stddef.h setjmp.h features.h])
AC_CHECK_HEADERS([dirent.h])
AC_CHECK_HEADERS([stdint.h], [C9x=yes])
## Darwin