Log support through boost::log
This commit is contained in:
@@ -117,7 +117,7 @@ if (defined $ENV{BOOST_LIBRARYDIR}) {
|
||||
|
||||
# In order to generate the -l switches we need to know how Boost libraries are named
|
||||
my $have_boost = 0;
|
||||
my @boost_libraries = qw(system thread); # we need these
|
||||
my @boost_libraries = qw(system thread log); # we need these
|
||||
|
||||
# check without explicit lib path (works on Linux)
|
||||
if (! $mswin) {
|
||||
|
||||
Reference in New Issue
Block a user