X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=30694a6bbbe3dd0d71029ad32a07f966a7c3f21f;hb=2b99cacec99619b7c73c31c6e1354f503e9c6c26;hp=6a762a68f9659f68dd0c2f84441fa0dfb71c24c7;hpb=effec36e9a48a029df9f75430d5d2a3cfcada83c;p=lyx.git diff --git a/configure.ac b/configure.ac index 6a762a68f9..30694a6bbb 100644 --- a/configure.ac +++ b/configure.ac @@ -291,7 +291,7 @@ char * strerror(int n); // TR1 regex not supported in GCC <= 4.5 #ifndef LYX_USE_TR1 -# if __GNUC__ == 4 && __GNUC_MINOR__ >= 4 +# if __GNUC__ == 4 # define LYX_USE_TR1 # endif #endif