add dirent.h test back to configure

Haiku doesn't have sys/dir.h which is deprecated anyway,
so it's better to actually use dirent.h if found.
This commit is contained in:
François Revol
2017-07-17 15:52:00 +02:00
committed by Amadeusz Sławiński
parent 9bf0a785ca
commit f91a705879

View File

@@ -84,6 +84,9 @@ AC_SEARCH_LIBS([openpty], [util openpty], [
dnl
AC_CHECK_HEADERS(langinfo.h)
dnl
AC_CHECK_HEADERS(dirent.h)
dnl
dnl Check user changeable stuff
dnl