mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
TR1: no autotools on windows
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34739 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
5006961952
commit
effec36e9a
@ -291,10 +291,6 @@ char * strerror(int n);
|
||||
|
||||
// TR1 regex not supported in GCC <= 4.5
|
||||
#ifndef LYX_USE_TR1
|
||||
# if defined(_MSC_VER) && (_MSC_VER >= 1600)
|
||||
# define LYX_USE_TR1
|
||||
# define LYX_USE_TR1_REGEX
|
||||
# endif
|
||||
# if __GNUC__ == 4 && __GNUC_MINOR__ >= 4
|
||||
# define LYX_USE_TR1
|
||||
# endif
|
||||
|
Loading…
Reference in New Issue
Block a user