Commit graph

2 commits

Author SHA1 Message Date
Wouter Verhelst
cba5bc5315 Account for changes in boost dependencies
Since <boost/thread/thread.hpp> includes some headers which will already
call a boost_system function, recent versions of boost require
-lboost_system before -lboost_thread will work, resulting in a failure
of this test if not accounted for.

Make it try without -lboost_system first, but try again with it added to
$LIBS if that fails.
2013-12-06 08:02:27 +01:00
chris20
86f4639d37 Initial import 2013-11-06 13:07:19 -05:00