boost.m4
boost.m4 copied to clipboard
BOOST_REGEX FAILED (testsuite.at:297)
I edited the file testsuite.at file and changed line 297 to this:
AT_CHECK_MACRO([BOOST_REGEX (static)], [lib], [BOOST_PYTHON([s])])
This resolve the test failed error.
Jeff