cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
* [Cluster-devel] [PATCH 1/7] gfs2-utils build: Fix reporting lack of check
@ 2013-05-20 11:37 Andrew Price
  2013-05-20 11:37 ` [Cluster-devel] [PATCH 2/7] gfs2l: Improve usage message and opt handling Andrew Price
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Andrew Price @ 2013-05-20 11:37 UTC (permalink / raw)
  To: cluster-devel.redhat.com

Make configure.ac test the correct variable to conditionally warn of the
absence of 'check'.

Signed-off-by: Andrew Price <anprice@redhat.com>
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 6940d79..c8e52a3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -278,4 +278,4 @@ AC_CONFIG_FILES([Makefile
 
 AC_OUTPUT
 
-test x"$BUILD_TESTS" = x && AC_MSG_NOTICE([package 'check' not found; unit tests will not be built])
+test x"$have_check" = "xyes" || AC_MSG_NOTICE([package 'check' not found; unit tests will not be built])
-- 
1.8.1.4



^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2013-05-20 12:08 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-20 11:37 [Cluster-devel] [PATCH 1/7] gfs2-utils build: Fix reporting lack of check Andrew Price
2013-05-20 11:37 ` [Cluster-devel] [PATCH 2/7] gfs2l: Improve usage message and opt handling Andrew Price
2013-05-20 11:37 ` [Cluster-devel] [PATCH 3/7] gfs2l: Enable setting the type of a block Andrew Price
2013-05-20 11:37 ` [Cluster-devel] [PATCH 4/7] gfs2l: Add hash comments Andrew Price
2013-05-20 11:37 ` [Cluster-devel] [PATCH 5/7] gfs2l: Add options to print block types and fields Andrew Price
2013-05-20 11:37 ` [Cluster-devel] [PATCH 6/7] gfs2l: Read from stdin by default Andrew Price
2013-05-20 11:37 ` [Cluster-devel] [PATCH 7/7] gfs2l: Improve grammar layout and path parsing Andrew Price
2013-05-20 12:08 ` [Cluster-devel] [PATCH 1/7] gfs2-utils build: Fix reporting lack of check Steven Whitehouse

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).