aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2002-08-27 18:10:51 +0000
committerDavid Shaw <[email protected]>2002-08-27 18:10:51 +0000
commitfd79d4ee6122808d10baf270bb21fdeba23d72e8 (patch)
treee6934df4166b49896ccefb5e4157d1a15fc7175d
parent* gpgkeys_hkp.c (http_get, http_post): Use CRLF for line endings. (diff)
downloadgnupg-fd79d4ee6122808d10baf270bb21fdeba23d72e8.tar.gz
gnupg-fd79d4ee6122808d10baf270bb21fdeba23d72e8.zip
* configure.ac: Check type of mode_t.
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