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.
LIBS="${saveLIBS} -l${l}"
AC_LINK_IFELSE([AC_LANG_SOURCE([[
#define BOOST_TEST_DYN_LINK
+#define BOOST_AUTO_TEST_MAIN
#define BOOST_TEST_MODULE configure
-#include <boost/test/unit_test.hpp>
+#include <boost/test/auto_unit_test.hpp>
BOOST_AUTO_TEST_CASE( t )
{
BOOST_CHECK(1);