forked from Lainports/freebsd-ports
no longer contains main(), so set the right #defines. Reference: http://lists.boost.org/boost-users/2007/04/27361.php - Notified by: pointyhat via pav
11 lines
383 B
Text
11 lines
383 B
Text
--- configure.orig Mon Jul 9 08:30:38 2007
|
|
+++ configure Mon Jul 9 08:29:58 2007
|
|
@@ -20357,6 +20357,8 @@
|
|
LIBS="$ql_original_LIBS -l$boost_lib"
|
|
boost_unit_found=no
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
+#define BOOST_TEST_DYN_LINK
|
|
+#define BOOST_TEST_MAIN
|
|
#include <boost/test/unit_test.hpp>
|
|
using namespace boost::unit_test_framework;
|
|
test_suite*
|