X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fconfig%2Fconfigure.ac;h=951cf29e5484fa09b6b340ce3d3832e232423551;hb=471b49dfa2c42729b5cb72dd9547d4c2dcb0a2b1;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..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,,[ - AC_MSG_ERROR([ ** You need to install the ETL.]) +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" @@ -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