* configure.ac: Check type of mode_t.

This commit is contained in:
David Shaw 2002-08-27 18:10:51 +00:00
parent ce13db5e3c
commit fd79d4ee61
2 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,7 @@
2002-08-27 David Shaw <dshaw@jabberwocky.com>
* configure.ac: Check type of mode_t.
* NEWS: Clarify that --libexecdir is a configure option.
* configure.ac: Check for hstrerror.

View File

@ -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