summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMikhail Gusarov <dottedmag@dottedmag.net>2008-09-25 09:25:50 +0700
committerMikhail Gusarov <dottedmag@dottedmag.net>2008-09-25 09:25:50 +0700
commit6aff694ae314690882e794e4e80c57c829bbc92d (patch)
tree3535b3c414f241ab8beaee51d724b6c36055683c /configure.ac
parent2494b5b85995fd95fd6249d1a7c88462f355d9fb (diff)
downloadlibsha1-6aff694ae314690882e794e4e80c57c829bbc92d.tar.gz
Endianness detection replaced with autoconf test
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 8213b27..608c88c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,6 +11,8 @@ AC_PROG_LIBTOOL
AC_HEADER_STDC
AC_CHECK_HEADERS([limits.h stdlib.h string.h])
+AC_C_BIGENDIAN
+
AC_C_CONST
AC_CONFIG_FILES([Makefile])