diff options
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | configure.ac | 1 |
2 files changed, 3 insertions, 0 deletions
@@ -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 |