check endianess
authorMatthias Braun <matze@braunis.de>
Tue, 11 Apr 2006 14:04:30 +0000 (14:04 +0000)
committerMatthias Braun <matze@braunis.de>
Tue, 11 Apr 2006 14:04:30 +0000 (14:04 +0000)
SVN-Revision: 3296

configure.ac

index d27a79c..f591dee 100644 (file)
@@ -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])