build-sys: add missing AC_C_BIGENDIAN

This configure test is required in include/bitops.h.

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2008-12-05 14:01:12 +01:00
parent 3399a218f4
commit 43f2d5bcbc
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ esac
AC_PROG_CC_STDC
AC_GNU_SOURCE
AC_CANONICAL_HOST
AC_C_BIGENDIAN
linux_os=no
case ${host_os} in