From f61e11c43fd72ff9aac2eb6d541d5a8dacd39d58 Mon Sep 17 00:00:00 2001 From: pabs Date: Tue, 12 Jun 2007 09:58:42 +0000 Subject: [PATCH] Require version 0.04.09 of ETL to be installed. git-svn-id: http://svn.voria.com/code@520 1f10aa63-cdf2-0310-b900-c93c546f37ac --- synfig-core/trunk/config/configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/synfig-core/trunk/config/configure.ac b/synfig-core/trunk/config/configure.ac index cf70761..c18bde2 100644 --- a/synfig-core/trunk/config/configure.ac +++ b/synfig-core/trunk/config/configure.ac @@ -305,8 +305,8 @@ if test $use_openexr_half = yes ; then { AC_LIB_LTDL -PKG_CHECK_MODULES(ETL, ETL,,[ - AC_MSG_ERROR([ ** You need to install the ETL.]) +PKG_CHECK_MODULES(ETL, [ETL >= 0.04.09],,[ + AC_MSG_ERROR([ ** You need to install the ETL (version 0.04.09 or greater).]) ]) CONFIG_DEPS="$CONFIG_DEPS ETL" -- 2.7.4