From 038035dce85fa3cdbe07de0997a680e004875fbe Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Wed, 30 Nov 2005 10:50:57 +0000 Subject: [PATCH] make not having check non-fatal for extra targets Original commit message from CVS: make not having check non-fatal for extra targets --- Makefile.am | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index 73d21e3..08d6f2e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -125,12 +125,10 @@ check-torture: cd check && make torture else check-valgrind: - echo "You need to install the 'check' library" - exit 1 + echo "'check' library not installed, skipping" check-torture: - echo "You need to install the 'check' library" - exit 1 + echo "'check' library not installed, skipping" endif win32-update: -- 2.7.4