]> git.lyx.org Git - features.git/commitdiff
TR1: no autotools on windows
authorPeter Kümmel <syntheticpp@gmx.net>
Thu, 1 Jul 2010 09:44:15 +0000 (09:44 +0000)
committerPeter Kümmel <syntheticpp@gmx.net>
Thu, 1 Jul 2010 09:44:15 +0000 (09:44 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34739 a592a061-630c-0410-9148-cb99ea01b6c8

configure.ac

index 65227ab91544c4115bcd45b821ba7ffea199066f..6a762a68f9659f68dd0c2f84441fa0dfb71c24c7 100644 (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