summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 0d9c17f..1896713 100755
--- a/configure
+++ b/configure
@@ -2797,7 +2797,7 @@ g++*)
3.*)
COMPILER_VERSION="3.*"
;;
- 6.*|5.*|4.*)
+ 7.*|6.*|5.*|4.*)
COMPILER_VERSION="4.*"
;;
*)