From: pabs Date: Tue, 12 Jun 2007 10:01:06 +0000 (+0000) Subject: Require version 0.04.09 of ETL and version 0.61.06 of synfig to be installed. X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;ds=inline;h=382a664a9f3fe6dcfd7770bb96db5123a113f01c;p=synfig.git Require version 0.04.09 of ETL and version 0.61.06 of synfig to be installed. git-svn-id: http://svn.voria.com/code@522 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/synfig-studio/trunk/config/configure.ac b/synfig-studio/trunk/config/configure.ac index 567d071..4efefd4 100755 --- a/synfig-studio/trunk/config/configure.ac +++ b/synfig-studio/trunk/config/configure.ac @@ -86,8 +86,8 @@ PKG_CHECK_MODULES(GTKMM, gtkmm-2.4 gthread-2.0,[],[ AC_SUBST(GTKMM_CFLAGS) AC_SUBST(GTKMM_LIBS) -PKG_CHECK_MODULES(SYNFIG, synfig ETL sigc++-2.0,,[ - AC_MSG_ERROR([ ** Unable to set up dependent libraries]) +PKG_CHECK_MODULES(SYNFIG, [synfig >= 0.61.06] [ETL >= 0.04.09] sigc++-2.0,,[ + AC_MSG_ERROR([ ** Unable to set up dependent libraries (synfig >= 0.61.06, ETL >= 0.04.09)]) ]) AC_SUBST(SYNFIG_CFLAGS) AC_SUBST(SYNFIG_LIBS)