From 943d63e309ab75af4a0e5ef5b838244972e8dbc4 Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Tue, 9 May 2017 18:03:03 +0100 Subject: [PATCH] Fix use of check-target-builds in Jamfile. --- test/Jamfile.v2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 23b3fe8..c6b48c2 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -31,5 +31,5 @@ test-suite integer [ compile-fail fail_uint_fast.cpp ] [ compile-fail fail_uint_least.cpp ] [ compile-fail fail_uint_65.cpp ] - [ run common_factor_test.cpp : : : [ check-target-builds "Checking for gmpxx.h" : BOOST_INTEGER_HAS_GMPXX_H=1 ] ] + [ run common_factor_test.cpp : : : [ check-target-builds has_gmpxx "Checking for gmpxx.h" : BOOST_INTEGER_HAS_GMPXX_H=1 ] ] ;