From: Peter Kümmel Date: Thu, 1 Jul 2010 09:44:15 +0000 (+0000) Subject: TR1: no autotools on windows X-Git-Tag: 2.0.0~3080 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=effec36e9a48a029df9f75430d5d2a3cfcada83c;p=features.git TR1: no autotools on windows git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34739 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/configure.ac b/configure.ac index 65227ab915..6a762a68f9 100644 --- a/configure.ac +++ b/configure.ac @@ -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