summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlexandre Baldé <alexandrer_b@outlook.com>2019-04-09 01:19:16 +0100
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-04-23 09:33:37 -0400
commitab9b3ace24e57359d5745dd9abf593d1ec94a0ad (patch)
tree0f074a700a083a97ebe18b23c49383554e1c1bac /configure.ac
parent6a491726bbe000c4b0effc4175caaaabc7416f1e (diff)
downloadhaskell-ab9b3ace24e57359d5745dd9abf593d1ec94a0ad.tar.gz
Fix error message for './configure' regarding '--with-ghc' [skip ci]
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6457873715..7772bd43b6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -168,7 +168,7 @@ then
$WithGhc is a development snapshot of GHC, version $GhcVersion.
Bootstrapping using this version of GHC is not supported, and may not
work. Use --enable-bootstrap-with-devel-snapshot to try it anyway,
- or --with-ghc to specify a different GHC to use.])
+ or 'GHC=' to specify a different GHC to use.])
fi
fi