changeset 16225:7f958fb1804f

Make the check for "check" non-fatal Fixes #173
author Stu Tomlinson <stu@nosnilmot.com>
date Tue, 17 Apr 2007 09:57:35 +0000
parents 5c68b5fbeb62
children cf61b0d03d95
files configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Tue Apr 17 09:47:23 2007 +0000
+++ b/configure.ac	Tue Apr 17 09:57:35 2007 +0000
@@ -1832,7 +1832,7 @@
 dnl #######################################################################
 PKG_CHECK_MODULES(CHECK,[check >= 0.9.4],:,[
 					ifdef([AM_PATH_CHECK],
-					[AM_PATH_CHECK],
+					[AM_PATH_CHECK(0.8.2,:,:)],
 					[AC_MSG_RESULT([no, testing is disabled])])
 				  ])
 AM_CONDITIONAL(HAVE_CHECK, [test "x$CHECK_LIBS" != "x"])