Check for big endian systems instead of relying on the ETL defines.
[synfig.git] / synfig-core / trunk / configure.ac
index 2b99c10..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
@@ -392,10 +394,10 @@ if test $with_jpeg = "no" ; then {
 
 AC_LIB_LTDL
 
-ALL_LINGUAS="es fr"
+ALL_LINGUAS="es fr ru"
 AM_GNU_GETTEXT([external])
 # This is here so autoreconf will run autopoint
-AM_GNU_GETTEXT_VERSION([0.14.4])
+AM_GNU_GETTEXT_VERSION([0.15])
 localedir="$datadir/locale"
 
 PKG_CHECK_MODULES(ETL, [ETL >= 0.04.12],,[