From 390bb5cc3423874f6c83b821d54351e7e93893d3 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Wed, 9 May 2007 22:09:46 +0000 Subject: [PATCH] make make check work [SVN r37654] --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 7f385f4f97..60391df0da 100755 --- a/configure +++ b/configure @@ -336,7 +336,7 @@ distclean: clean rm -rf Makefile config.log check: .dummy - @cd status && ../\$(BJAM) \$(BJAM_CONFIG) --user-config=user-config.jam test || echo "Some Boost regression tests failed. This is normal." + @cd status && ../\$(BJAM) \$(BJAM_CONFIG) --user-config=../user-config.jam || echo "Some Boost regression tests failed. This is normal for many compilers." install: .dummy @echo "\$(BJAM) \$(BJAM_CONFIG) --user-config=user-config.jam --prefix=\$(PREFIX) --exec-prefix=\$(EPREFIX) --libdir=\$(LIBDIR) --includedir=\$(INCLUDEDIR) \$(LIBS) install"