lyx_mirror/config
Georg Baum 51cc8aa9f6 Fix build with GNU libstdc++ C++11 ABI
The GNU libstdc++ that ships witch gcc 5 can be used with the same ABI as
older versions, or with a new ABI which is conformant to the C++11 standard.
LyX did not build if the latter was used:
https://kojipkgs.fedoraproject.org//work/tasks/1267/9651267/build.log

This is now fixed by detecting the ABI version and disabling the wrong forward
declarations. At the same time, STD_STRING_USES_COW is switched off for the
C++11 ABI version, because the std::basic_string implementation is now C++11
conformant. Since the GNU libstdc++ can also used by other compilers such as
clang, we must not test for the compiler version.
2015-05-08 21:12:42 +02:00
..
.gitignore Autotools: configure AR program 2015-05-06 17:08:56 +02:00
common.am Cleanup the code for boost configuration 2014-05-05 10:11:18 +02:00
config.rpath
lyxinclude.m4 Fix build with GNU libstdc++ C++11 ABI 2015-05-08 21:12:42 +02:00
lyxpython.m4 Autotool python support: allow to set version in configure.ac. 2015-03-24 12:09:21 +01:00
Makefile.am Autotools: check for python >= 2.7.0 or >= 3.3.0 2015-03-24 10:34:08 +01:00
pkg.m4
qt4.m4 Adjust preprocessor guards for Qt5/X11. 2015-01-11 19:44:35 +01:00
spell.m4 restore old hunspell library detection code as fallback when pkg-config is not available - for Mac OS X 2011-08-14 07:17:12 +00:00