From f91a7058794296c53083f40ed4122e805db72c22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Mon, 17 Jul 2017 15:52:00 +0200 Subject: 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. --- src/configure.ac | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/configure.ac b/src/configure.ac index cad8633..3162f5d 100644 --- a/src/configure.ac +++ b/src/configure.ac @@ -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 -- cgit v1.2.1