mirror of
https://git.savannah.gnu.org/git/screen.git
synced 2026-02-11 09:52:00 +02:00
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:
committed by
Amadeusz Sławiński
parent
9bf0a785ca
commit
f91a705879
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user