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:
Peter Kümmel 2010-07-01 09:44:15 +00:00
parent 5006961952
commit effec36e9a

View File

@ -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