Check for big endian systems instead of relying on the ETL defines.
authorpabs3 <pabs3@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Tue, 5 May 2009 09:07:26 +0000 (09:07 +0000)
committerCarlos Lopez <carlos@pcnuevo.(none)>
Fri, 12 Jun 2009 14:29:47 +0000 (16:29 +0200)
git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2368 1f10aa63-cdf2-0310-b900-c93c546f37ac

synfig-core/trunk/configure.ac

index 88b6833..7e6161b 100644 (file)
@@ -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