]> git.lyx.org Git - lyx.git/commit
Remove FreeBSD checks when defining USE_WCHAR_T.
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>
Thu, 17 Oct 2013 20:39:36 +0000 (23:39 +0300)
committerVincent van Ravesteijn <vfr@lyx.org>
Fri, 18 Oct 2013 01:07:30 +0000 (03:07 +0200)
commitca7214b410d80c2108dfb43b89cf3c8fc5073882
tree038a6c603223695342ca793760faaf157b3775b2
parent9a327da7142b40b59b147a1ad678d82f43ba2757
Remove FreeBSD checks when defining USE_WCHAR_T.

The problems the comments in the build systems refer to seem to have been
fixed for years. [1] says the checks in libstdc++ have been improved, and
all supported FreeBSD versions enable wchar_t support unconditionally in
libstdc++. Additionally, this needlessly impacts FreeBSD when libc++ is used
instead of libstdc++.

[1] http://gcc.gnu.org/onlinedocs/libstdc++/faq.html#faq.freebsd_wchar
configure.ac
development/cmake/configCompiler.h.cmake
development/cmake/configCompiler.h.msvc