Log support through boost::log

This commit is contained in:
bubnikv 2016-11-24 13:44:51 +01:00
parent e67e37c772
commit 0d20a81354
5 changed files with 64 additions and 1 deletions

View file

@ -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) {