From 321f09367a9cf04c4e04d407e07975fc2c59cb02 Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Tue, 11 Apr 2006 14:04:30 +0000 Subject: [PATCH] check endianess SVN-Revision: 3296 --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index d27a79ce5..f591dee3f 100644 --- a/configure.ac +++ b/configure.ac @@ -27,6 +27,8 @@ AC_PROG_CC AC_PROG_CXX AC_PROG_INSTALL +AC_C_BIGENDIAN + AC_CHECK_PROGS(XGETTEXT, [xgettext xgettext.exe]) if test -n "$XGETTEXT" ; then AC_MSG_CHECKING([if xgettext supports lisp]) -- 2.11.0