summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-12-23 13:02:03 -0500
committerMike Frysinger <vapier@gentoo.org>2015-12-23 13:02:03 -0500
commit0b8d28449925711e69d228c24f327c5bf0c2b627 (patch)
tree7dc7e142e1d787c32428c5d235882cb9637f224f /configure.ac
parentb6ba5c29a2ad9dcaac4191e81d2b497d396fa7d1 (diff)
downloadacl-0b8d28449925711e69d228c24f327c5bf0c2b627.tar.gz
use portable AC_C_BIGENDIAN
This allows us to avoid using endian.h.
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 cd3c680..0525c62 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,6 +27,7 @@ AC_PROG_CC
AM_PROG_CC_C_O
AC_USE_SYSTEM_EXTENSIONS
AC_FUNC_GCC_VISIBILITY
+AC_C_BIGENDIAN
AM_PROG_AR
LT_INIT