diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2006-10-17 18:03:09 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2006-10-17 18:03:09 +0000 |
commit | b5edacf22f4fc31fd06664f5e3ab21b5abb08263 (patch) | |
tree | 26e11ba6ee9ab1a849a151eb55bb88e309b29b7b /configure.ac | |
parent | 3b4d21e6d834a18503a643fc8326b01f417d4bdf (diff) |
Add SHA1 implementation by Allan Saddi (sha.sf.net)
Also: mention the sha1 code in AUTHORS and COPYING; check endianness in
configure.ac; add myself to AUTHORS.
20061017180309-53eee-c8c782f5f4eac70cb31a3d3c5a5aad0fa14767b4.gz
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index b413be12..8298b97f 100644 --- a/configure.ac +++ b/configure.ac @@ -85,6 +85,9 @@ fi AC_SUBST(HANDLE_LEAK_DEBUG_CFLAGS) +AC_HEADER_STDC([]) +AC_C_INLINE + dnl GTK docs GTK_DOC_CHECK |