aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ChangeLog2
-rw-r--r--configure.ac1
2 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4e79926ff..0a3fc0e06 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2002-08-27 David Shaw <[email protected]>
+ * configure.ac: Check type of mode_t.
+
* NEWS: Clarify that --libexecdir is a configure option.
* configure.ac: Check for hstrerror.
diff --git a/configure.ac b/configure.ac
index 67f160b3d..11193baa7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -504,6 +504,7 @@ dnl Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST
AC_C_INLINE
AC_TYPE_SIZE_T
+AC_TYPE_MODE_T
AC_TYPE_SIGNAL
AC_DECL_SYS_SIGLIST