diff options
author | 2007-10-29 00:45:13 +0000 | |
---|---|---|
committer | 2007-10-29 00:45:13 +0000 | |
commit | 3c79509ed74583db28b106b772b463f2d5d28dba (patch) | |
tree | e3e92a4e1ddc465365b70c561a0ec82352b07345 /configure.ac | |
parent | 578b688ea64303ad7f75de8bc8d2af29520febd9 (diff) | |
download | paludis-3c79509ed74583db28b106b772b463f2d5d28dba.tar.gz paludis-3c79509ed74583db28b106b772b463f2d5d28dba.tar.xz |
Support foreign-endian ELF-files.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 1a7fb823f..6a9bda405 100644 --- a/configure.ac +++ b/configure.ac @@ -66,6 +66,10 @@ dnl {{{ make pkg-config work... dumb macro... PKG_PROG_PKG_CONFIG([0.9.0]) dnl }}} +dnl {{{ check for byte order +AC_C_BIGENDIAN +dnl }}} + dnl {{{ check for partial specialisation of template classes AC_MSG_CHECKING([for compiler support for partial specialisation of template classes]) AC_COMPILE_IFELSE([ |