X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fconfig%2Fconfigure.ac;h=c18bde2b5531631f24e417e55e6dc563d97b090d;hb=3baa4dddbc86fad8a40e89fb4415c0cd68a79da7;hp=cf70761f3f77f718505d16ae8a4849d5ebbc80e5;hpb=c9d9403918827663b35eb1f41fc2b49a87ec193c;p=synfig.git 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"