From: Matthias Braun Date: Tue, 11 Apr 2006 14:04:30 +0000 (+0000) Subject: check endianess X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=321f09367a9cf04c4e04d407e07975fc2c59cb02;p=supertux.git check endianess SVN-Revision: 3296 --- 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])