From: Thomas Vander Stichele Date: Wed, 30 Nov 2005 10:50:57 +0000 (+0000) Subject: make not having check non-fatal for extra targets X-Git-Tag: RELEASE-0_9_7~44 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=038035dce85fa3cdbe07de0997a680e004875fbe;p=platform%2Fupstream%2Fgstreamer.git make not having check non-fatal for extra targets Original commit message from CVS: make not having check non-fatal for extra targets --- 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: