Revision: 2379 http://synfig.svn.sourceforge.net/synfig/?rev=2379&view=rev Author: gballintijn Date: 2009-06-19 07:31:56 +0000 (Fri, 19 Jun 2009)
Log Message: ----------- Remove an Autoconf warning about AC_COMPILE_IFELSE and AC_RUN_IFELSE being called before AC_GNU_SOURCE was called. AC_COMPILE_IFELSE and AC_RUN_IFELSE are indirectly called via AC_BIGENDIAN. Modified Paths: -------------- synfig-core/trunk/configure.ac Modified: synfig-core/trunk/configure.ac =================================================================== --- synfig-core/trunk/configure.ac 2009-06-12 03:52:47 UTC (rev 2378) +++ synfig-core/trunk/configure.ac 2009-06-19 07:31:56 UTC (rev 2379) @@ -30,7 +30,6 @@ 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,7 +42,9 @@ AC_LANG([C++]) +AC_C_BIGENDIAN + # -- A R G U M E N T S ---------------------------------------- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ Synfig-devl mailing list Synfig-devl@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/synfig-devl