X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=fc6658d96d2efd45b535db437750f7c6134dd8c8;hb=0577d8de58cb17445b23fc060c8a087f84cbda8a;hp=a087bd2de8aa36547a7a0ad776edbd6f68c3e610;hpb=af928c503de3dbed4575bc26f0b2894a1d7b7eb7;p=lyx.git diff --git a/configure.ac b/configure.ac index a087bd2de8..fc6658d96d 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl Process with autoconf to generate configure script -*- sh -*- AC_INIT(LyX,2.0.0svn,[lyx-devel@lists.lyx.org],[lyx]) # Use ISO format only. The frontend needs to parse this -AC_SUBST(LYX_DATE, ["2010-06-15"]) +AC_SUBST(LYX_DATE, ["2010-07-18"]) AC_PREREQ(2.52) AC_CONFIG_SRCDIR(src/main.cpp) AC_CONFIG_HEADERS([config.h]) @@ -289,11 +289,9 @@ char * strerror(int n); #define BOOST_NO_WREGEX 1 #define BOOST_NO_WSTRING 1 +// TR1 regex not supported in GCC <= 4.5 #ifndef LYX_USE_TR1 -# if defined(_MSC_VER) && (_MSC_VER >= 1600) -# define LYX_USE_TR1 -# endif -# if __GNUC__ == 4 && __GNUC_MINOR__ >= 4 +# if __GNUC__ == 4 # define LYX_USE_TR1 # endif #endif