aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2005-12-06 21:10:34 +0000
committerDavid Shaw <[email protected]>2005-12-06 21:10:34 +0000
commit990097b067241485bc500be8a2df5dcc7c404a11 (patch)
treeb961e9767bd0580cdde0a8c737c1a62eed09e991
parentSome cleanup so we don't build files that are completely ifdeffed out. (diff)
downloadgnupg-990097b067241485bc500be8a2df5dcc7c404a11.tar.gz
gnupg-990097b067241485bc500be8a2df5dcc7c404a11.zip
Missed file.
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 96e16ac15..9f2ff3c03 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,10 @@
2005-12-06 David Shaw <[email protected]>
+ * configure.ac: UINT64_C test needs #include <inttypes.h>.
+
* configure.ac: Some cleanup so we don't build files that are
completely ifdeffed out. This causes a warning on Sun's cc. Do
- sha512.c as well for consistency.
+ sha512.c and the internal regex code as well for consistency.
2005-11-17 David Shaw <[email protected]>