Author: Carlos Lopez <[email protected]> Date: Wed Feb 8 18:39:30 2012 +0100
Change the synfig studio modules checking to 0.63.04 --- synfig-studio/configure.ac | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/synfig-studio/configure.ac b/synfig-studio/configure.ac index 2d870a2..6f7da64 100755 --- a/synfig-studio/configure.ac +++ b/synfig-studio/configure.ac @@ -137,8 +137,8 @@ PKG_CHECK_MODULES(GTKMM, gtkmm-2.4 gthread-2.0,[ AC_SUBST(GTKMM_CFLAGS) AC_SUBST(GTKMM_LIBS) -PKG_CHECK_MODULES(SYNFIG, [synfig >= 0.63.04-RC1] [ETL >= 0.04.14] sigc++-2.0,,[ - AC_MSG_ERROR([ ** Unable to set up dependent libraries (synfig >= 0.63.04-RC1, ETL >= 0.04.14)]) +PKG_CHECK_MODULES(SYNFIG, [synfig >= 0.63.04] [ETL >= 0.04.14] sigc++-2.0,,[ + AC_MSG_ERROR([ ** Unable to set up dependent libraries (synfig >= 0.63.04, ETL >= 0.04.14)]) ]) AC_SUBST(SYNFIG_CFLAGS) AC_SUBST(SYNFIG_LIBS) ------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d _______________________________________________ Synfig-devl mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/synfig-devl
