]> git.lyx.org Git - lyx.git/blobdiff - configure.ac
cmake: more option cleanup, use LYX_OPTION macro for consistent messages and variable...
[lyx.git] / configure.ac
index 6a762a68f9659f68dd0c2f84441fa0dfb71c24c7..30694a6bbbe3dd0d71029ad32a07f966a7c3f21f 100644 (file)
@@ -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