]> git.lyx.org Git - features.git/commitdiff
Skip boost linking test if not needed
authorGeorg Baum <baum@lyx.org>
Sat, 11 Jun 2016 07:20:16 +0000 (09:20 +0200)
committerGeorg Baum <baum@lyx.org>
Sat, 11 Jun 2016 07:20:16 +0000 (09:20 +0200)
We only link against boost libraries if we do not use std::regex.
Therefore, we do not need to test how to link against boost libs unconditionally.
Also, the warning regarding stdlib-debug is only needed if we link against boost.


No differences found