lyx_mirror/config
Georg Baum be41e2d16f 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-12 21:24:05 +02:00
..
.gitignore ignore auto maked script test-driver 2013-01-20 12:45:34 +01:00
common.am boost filesystem and iostream are no longer used. 2009-05-28 08:57:49 +00:00
config.rpath put the 0.16.1 code from gettext back 2008-06-09 13:50:05 +00:00
lyxinclude.m4 Fix build with GNU libstdc++ C++11 ABI 2015-05-12 21:24:05 +02:00
Makefile.am remove libtool 2008-11-15 17:45:55 +00:00
pkg.m4
qt4.m4 Quick workaround for detection of Qt/Mac using pkg-config 2013-07-19 16:03:54 +02: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