diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2006-12-06 16:02:00 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2006-12-06 16:02:00 +0000 |
commit | fc43526d680d5344b6679439f4195a794dc62fbe (patch) | |
tree | 8a39682fbdb0e491152cfdcf9465f2481ba42f24 | |
parent | 7ef6f67ac548a8878639dd904622c22ca176e45a (diff) |
Merge Rob's removal of unused configure.ac bits with my addition of AC_C_BIGENDIAN
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 8298b97fb..516548f3c 100644 --- a/configure.ac +++ b/configure.ac @@ -85,8 +85,8 @@ fi AC_SUBST(HANDLE_LEAK_DEBUG_CFLAGS) -AC_HEADER_STDC([]) -AC_C_INLINE +dnl Endianness (for the sha1 implementation) +AC_C_BIGENDIAN dnl GTK docs GTK_DOC_CHECK |