]> git.lyx.org Git - lyx.git/commit
Give a warning when system boost and stdlib-debug are used together
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 11 Sep 2015 12:08:20 +0000 (14:08 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 22 Sep 2015 12:38:31 +0000 (14:38 +0200)
commitd95c187b5aeccebcd9eaca8118054e9ce45032e0
tree666fb6f07dbf5c1adee85d51a781eebe97ffe144
parentcdb9f043958ed213e7c1abfd670213a7c66af9f7
Give a warning when system boost and stdlib-debug are used together

In general this would lead to an immediate runtime crash because the
runtime checks of libstdc++ change the layout of some STL objects.
Therefore, this will only work when the boost libraries have been
compiled with this same flag. At this time, it is not known whether
any linux distribution contains such libraries.

Fixes bug #9736.
INSTALL
config/lyxinclude.m4