X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=configure.ac;fp=configure.ac;h=f9117465aa9625ba7adb09bf8ca16d32783a4421;hp=79e99cadbaf0162dba9c83cf17968339ebed5261;hb=5b6ab865efa692b25590f302c111b30680fbacdd;hpb=b757191bc6d258887445d88cdfe5b18666295660 diff --git a/configure.ac b/configure.ac index 79e99ca..f911746 100644 --- a/configure.ac +++ b/configure.ac @@ -28,5 +28,9 @@ PKG_CHECK_MODULES([libpng], [libpng12], [], [with_demo_app=no; AC_MSG_WARN([libp AC_SUBST([with_demo_app]) AC_SUBST([with_SDL2]) +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