Missing no_link_errors check.
[SVN r48237]
This commit is contained in:
parent
4673655bfb
commit
c6ec4cd94a
@ -127,7 +127,7 @@ namespace boost
|
||||
const path & source_path, bool no_link_errors )
|
||||
// precondition: source_path.is_complete()
|
||||
{
|
||||
if(url.empty()) {
|
||||
if(!no_link_errors && url.empty()) {
|
||||
++m_invalid_errors;
|
||||
error( library_name, source_path, string(name()) + " empty URL." );
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user