configure boost unit test check: more quirks
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 17 Aug 2011 10:20:26 +0000 (12:20 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 17 Aug 2011 10:20:26 +0000 (12:20 +0200)
commit9d331ef6b322bc17ffcd4c04728cc39b0b317e13
treec39a8604a82720e97a7c7970b379fe8775044599
parent374a6b4fe5d08e5152fd71e0803541884ea60e0f
configure boost unit test check: more quirks

Define BOOST_AUTO_TEST_MAIN again. If not, it no longer works with
Boost 1.33. Also include auto_unit_test.hpp instead of unix_test.hpp,
which also, for some reason, makes a difference. Hopefully this now
work with Boost 1.33 through 1.47.
boost.m4