[Telepathy-commits] [telepathy-gabble/master] Don't check for endianness - it was only used by the sha1 code we no longer ship

Simon McVittie simon.mcvittie at collabora.co.uk
Tue Oct 14 09:33:52 PDT 2008


Verified with `git grep ENDIAN`.
---
 configure.ac |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/configure.ac b/configure.ac
index 102128d..936bee2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -113,10 +113,7 @@ AC_SUBST(COVERAGE_CFLAGS)
 
 AC_SUBST([ENABLE_CODING_STYLE_CHECKS])
 
-dnl Endianness (for the sha1 implementation)
-AC_C_BIGENDIAN
-
-dnl Check for Glib 
+dnl Check for Glib
 PKG_CHECK_MODULES(GLIB, [glib-2.0 >= 2.16, gobject-2.0 >= 2.16])
 
 AC_SUBST(GLIB_CFLAGS)
-- 
1.5.6.5




More information about the Telepathy-commits mailing list