X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fconfig%2Fconfigure.ac;h=951cf29e5484fa09b6b340ce3d3832e232423551;hb=6d12cf6d823b693ff8342752b00fdea813cff503;hp=c18bde2b5531631f24e417e55e6dc563d97b090d;hpb=f61e11c43fd72ff9aac2eb6d541d5a8dacd39d58;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"