Remove an Autoconf warning about AC_COMPILE_IFELSE and AC_RUN_IFELSE being
[synfig.git] / synfig-core / trunk / configure.ac
index 7e6161b..66a6407 100644 (file)
@@ -30,7 +30,6 @@ 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 ------------------------------------------
 
@@ -43,6 +42,8 @@ AC_PROG_INSTALL
 
 AC_LANG([C++])
 
+AC_C_BIGENDIAN
+
 
 # -- A R G U M E N T S ----------------------------------------