summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMartin Ebourne <martin@ebourne.me.uk>2005-12-21 00:23:10 +0000
committerMartin Ebourne <martin@ebourne.me.uk>2005-12-21 00:23:10 +0000
commitf732f2a0982c6c14adedcdc5702b1c85add171ac (patch)
tree593d60dd2c1ee36f19011b7b2da46938a0fbc753 /configure.ac
parent94095739a2339f43ae376a59f560c1f14b8789a6 (diff)
Allow use of native 64 bit endian swapping functions
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index ba6636bb..e978f673 100644
--- a/configure.ac
+++ b/configure.ac
@@ -65,6 +65,7 @@ AC_HEADER_DIRENT
AC_HEADER_STDC
AC_HEADER_SYS_WAIT
AC_CHECK_HEADERS([execinfo.h netinet/in.h regex.h sys/types.h sys/xattr.h])
+AC_CHECK_HEADERS([sys/endian.h asm/byteorder.h])
### Checks for typedefs, structures, and compiler characteristics.