lyx_mirror/config
Jean-Marc Lasgouttes 3c2d3caf27 Do not add -std=c++11 to CPPFLAGS (because objc does not like it)
Since at least gcc 4.6 requires it, -std=c++11 has been passed to CPPFLAGS at 39717adfd. This was deemed necessary so that tests that use the preprocessor directly (AC_CHECK_HEADER) can have the right information.

It turns out that CPPFLAGS gets passed to objc compilation too (on Mac OS X) and this create compile-time errors.

Therefore we remove the -std flag from CPPFLAGS and re-add it to a separate variable cxx11_flags that is passed to LYX_CXX_USE_REGEX.
2016-02-23 15:01:16 +01:00
..
.gitignore Autotools: configure AR program 2015-05-06 17:08:56 +02:00
common.am Remove support for precompiled headers for autotools 2015-09-25 12:05:40 +02:00
config.rpath
lyxinclude.m4 Do not add -std=c++11 to CPPFLAGS (because objc does not like it) 2016-02-23 15:01:16 +01: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 Do not forget QtSvg when using pkgconfig in autoconf 2015-07-12 19:12:51 +02:00
spell.m4