X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=configure.ac;h=53d79bd4e597c60e77d1fba1f3657ac0fe359ff2;hb=d2d98cb07bf3438819625ca83adf2162c030f438;hp=55b1f53aca3b9a0947ab1c2a36462456969d9ab1;hpb=cb359ac6ba3144ddd9e6ae4cf4b1be44be8939a4;p=ppastats.git diff --git a/configure.ac b/configure.ac index 55b1f53..53d79bd 100644 --- a/configure.ac +++ b/configure.ac @@ -64,5 +64,6 @@ AC_CONFIG_FILES([ po/Makefile.in AC_CHECK_PROGS([HELP2MAN], [help2man]) AC_CHECK_PROG(HAVE_CPPCHECK, cppcheck, yes) +AM_CONDITIONAL(CPPCHECK, test -n "$HAVE_CPPCHECK") AC_OUTPUT