summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2019-12-24 09:00:06 -0500
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-12-25 19:24:32 -0500
commit776df719905b2d39845268a87026bfec90b2795f (patch)
treee39eb4eab1c6acf214d640a9af8ec54e9e0f4ea4
parent26493eab8c64776b3133a3c0b3bac33fbd28546c (diff)
downloadhaskell-776df719905b2d39845268a87026bfec90b2795f.tar.gz
Fix comment about minimal gcc version
to be consistent what FP_GCC_VERSION requires
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1769cc0dd6..2d3077d19a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -705,7 +705,7 @@ AC_SYS_INTERPRETER()
dnl ** look for GCC and find out which version
dnl Figure out which C compiler to use. Gcc is preferred.
-dnl If gcc, make sure it's at least 3.0
+dnl If gcc, make sure it's at least 4.6
dnl
FP_GCC_VERSION