X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftags%2Fstable%2Fconfig%2Fconfigure.ac;h=951cf29e5484fa09b6b340ce3d3832e232423551;hb=ef6f90fbcc9ee541b6e5822a18754ed2749e9191;hp=c18bde2b5531631f24e417e55e6dc563d97b090d;hpb=40dd10f62f1b0983b20cf99dd4780ea73236eb0c;p=synfig.git diff --git a/synfig-core/tags/stable/config/configure.ac b/synfig-core/tags/stable/config/configure.ac index c18bde2..951cf29 100644 --- a/synfig-core/tags/stable/config/configure.ac +++ b/synfig-core/tags/stable/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"