]> git.lyx.org Git - lyx.git/commit - development/cmake/config.h.cmake
Improve llvm libc++ detection
authorGeorg Baum <baum@lyx.org>
Sun, 21 Dec 2014 16:23:56 +0000 (17:23 +0100)
committerGeorg Baum <baum@lyx.org>
Sun, 21 Dec 2014 16:26:21 +0000 (17:26 +0100)
commit7796ad3a3686694733b936076a3086f8d275f64b
tree275392ca9122959614124b33d9af9c9f0ba25198
parent57941c83eae65b6f32b7ba726a5c86956464d404
Improve llvm libc++ detection

The old detection did only work if CFLAGS contained -std=c++11, since ciso646
was only included for __cplusplus > 199711.
Thanks to Koernel for the cmake part.
config/lyxinclude.m4
development/cmake/ConfigureChecks.cmake
development/cmake/config.h.cmake
src/support/debug.h
src/support/strfwd.h