X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fconfig%2Fconfigure.ac;fp=synfig-core%2Ftrunk%2Fconfig%2Fconfigure.ac;h=951cf29e5484fa09b6b340ce3d3832e232423551;hb=cef9c8d1550d556f712d82000680956beed5f2af;hp=c18bde2b5531631f24e417e55e6dc563d97b090d;hpb=37600b4b217caa5e316984ec0b035c5e8f9698af;p=synfig.git diff --git a/synfig-core/trunk/config/configure.ac b/synfig-core/trunk/config/configure.ac index c18bde2..951cf29 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 >= 0.04.09],,[ - AC_MSG_ERROR([ ** You need to install the ETL (version 0.04.09 or greater).]) +PKG_CHECK_MODULES(ETL, [ETL >= 0.04.10],,[ + AC_MSG_ERROR([ ** You need to install the ETL (version 0.04.10 or greater).]) ]) CONFIG_DEPS="$CONFIG_DEPS ETL"