summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index b1d7ab8736..4b8fb929d1 100755
--- a/configure
+++ b/configure
@@ -1351,7 +1351,7 @@ if test "$_gcc_check" = yes ; then
cc_version="v. ?.??, bad"
cc_verc_fail=yes
;;
- 8.0|9.1)
+ 8.0|9.1|10.0)
cc_version="$cc_version, ok"
cc_verc_fail=no
;;