diff options
author | David Shaw <[email protected]> | 2002-08-27 18:10:51 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2002-08-27 18:10:51 +0000 |
commit | fd79d4ee6122808d10baf270bb21fdeba23d72e8 (patch) | |
tree | e6934df4166b49896ccefb5e4157d1a15fc7175d | |
parent | * gpgkeys_hkp.c (http_get, http_post): Use CRLF for line endings. (diff) | |
download | gnupg-fd79d4ee6122808d10baf270bb21fdeba23d72e8.tar.gz gnupg-fd79d4ee6122808d10baf270bb21fdeba23d72e8.zip |
* configure.ac: Check type of mode_t.
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 |