X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=configure.ac;h=5e032345d778ddf14b53fe6e0aeb2a241410d8ca;hp=7515e6def9a1ef36969136ebb98e6d551a003fd5;hb=0a82f6ec0542a495e44c0ebc932eab71b2661aae;hpb=46b71a42ad1f9085badb06ec33219507db597a87 diff --git a/configure.ac b/configure.ac index 7515e6d..5e03234 100644 --- a/configure.ac +++ b/configure.ac @@ -19,5 +19,9 @@ PKG_CHECK_MODULES([libpng], [libpng12], [], [with_demo_app=no; AC_MSG_WARN([libp AC_SUBST([with_demo_app]) +with_coverage=no +AC_ARG_ENABLE([coverage], [ --enable-coverage build with information needed to compute test coverage], [with_coverage=yes]) +AC_SUBST([with_coverage]) + AC_CONFIG_FILES([Makefile movit.pc]) AC_OUTPUT