From: pabs3 Date: Tue, 5 May 2009 09:07:26 +0000 (+0000) Subject: Check for big endian systems instead of relying on the ETL defines. X-Git-Url: https://git.pterodactylus.net/?p=synfig.git;a=commitdiff_plain;h=122c4795c5e8db28f31c833ee088279ecf78fef6 Check for big endian systems instead of relying on the ETL defines. git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2368 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/synfig-core/trunk/configure.ac b/synfig-core/trunk/configure.ac index 88b6833..7e6161b 100644 --- a/synfig-core/trunk/configure.ac +++ b/synfig-core/trunk/configure.ac @@ -30,6 +30,8 @@ AC_DEFINE(LT_SCOPE,[extern],[LibLTDL is linked staticly]) SVN_REPOSITORY=https://synfig.svn.sourceforge.net/svnroot/synfig/synfig-core AC_SUBST(SVN_REPOSITORY) +AC_C_BIGENDIAN + # -- P R O G R A M S ------------------------------------------ AC_PROG_CC