diff options
author | Alexandre Baldé <alexandrer_b@outlook.com> | 2019-04-09 01:19:16 +0100 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-04-23 09:33:37 -0400 |
commit | ab9b3ace24e57359d5745dd9abf593d1ec94a0ad (patch) | |
tree | 0f074a700a083a97ebe18b23c49383554e1c1bac | |
parent | 6a491726bbe000c4b0effc4175caaaabc7416f1e (diff) | |
download | haskell-ab9b3ace24e57359d5745dd9abf593d1ec94a0ad.tar.gz |
Fix error message for './configure' regarding '--with-ghc' [skip ci]
-rw-r--r-- | configure.ac | 2 |
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 |