From c5737c5f74edec682c681a623d4fcf74c53b9184 Mon Sep 17 00:00:00 2001 From: ehofman Date: Sat, 17 Dec 2005 15:15:09 +0000 Subject: [PATCH] Try to detect the proper type for mode_t --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index d50e2bb2..77934a7e 100644 --- a/configure.ac +++ b/configure.ac @@ -390,6 +390,7 @@ fi dnl Checks for typedefs, structures, and compiler characteristics. AC_C_CONST AC_TYPE_SIZE_T +AC_TYPE_MODE_T AC_HEADER_TIME AC_STRUCT_TM -- 2.39.5