Module: synfig Branch: genete_setup_dialog Commit: b629d4c68aa88800d2db81e922468da3e5122bef URL: http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig;a=commit;h=b629d4c68aa88800d2db81e922468da3e5122bef
Author: gballintijn <gballint...@1f10aa63-cdf2-0310-b900-c93c546f37ac> Date: Fri Jun 19 07:31:56 2009 +0000 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. git-svn-id: https://synfig.svn.sourceforge.net/svnroot/syn...@2379 1f10aa63-cdf2-0310-b900-c93c546f37ac --- synfig-core/trunk/configure.ac | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/synfig-core/trunk/configure.ac b/synfig-core/trunk/configure.ac index 7e6161b..66a6407 100644 --- a/synfig-core/trunk/configure.ac +++ b/synfig-core/trunk/configure.ac @@ -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 ---------------------------------------- ------------------------------------------------------------------------------ Are you an open source citizen? Join us for the Open Source Bridge conference! Portland, OR, June 17-19. Two days of sessions, one day of unconference: $250. Need another reason to go? 24-hour hacker lounge. Register today! http://ad.doubleclick.net/clk;215844324;13503038;v?http://opensourcebridge.org _______________________________________________ Synfig-devl mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/synfig-devl
