X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fconfig%2Fconfigure.ac;h=c18bde2b5531631f24e417e55e6dc563d97b090d;hb=516e9c25ed8d8f840d3da146497181bd0518bf11;hp=bafe40d4ac000f04a79bae737687158105b2851e;hpb=80899abc12a91a4fe6e6375bd2f41bc5c3b607e7;p=synfig.git diff --git a/synfig-core/trunk/config/configure.ac b/synfig-core/trunk/config/configure.ac index bafe40d..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" @@ -561,6 +561,7 @@ src/modules/mod_yuv420p/Makefile src/modules/mod_particle/Makefile src/tool/Makefile src/modules/synfig_modules.cfg +examples/walk/Makefile examples/Makefile win32inst.nsi pkg-info/macosx/synfig-core.info