diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2021-03-20 04:45:48 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-04-05 20:40:30 -0400 |
commit | 5db116e99375bdb4c750408a084522a824f83029 (patch) | |
tree | 86fdb1dc52737e1df4edfaff807a31610f7d9fae /configure.ac | |
parent | 54247fb145dd8f662c6d273bef6f8ba9db24ab87 (diff) | |
download | haskell-5db116e99375bdb4c750408a084522a824f83029.tar.gz |
Apply 1 suggestion(s) to 1 file(s)
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 0684673b7c..d602670cbb 100644 --- a/configure.ac +++ b/configure.ac @@ -93,7 +93,7 @@ dnl -------------------------------------------------------------- AC_ARG_VAR(GHC,[Use as the full path to GHC. [default=autodetect]]) AC_PATH_PROG([GHC], [ghc]) AC_ARG_WITH([ghc], - AS_HELP_STRING([--with-ghc=ARG], [Use ARG as the full path to ghc (obsolete, use GHC=ARG instead) [default=autodetect]]), + AS_HELP_STRING([--with-ghc=PATH], [Use PATH as the full path to ghc (obsolete, use GHC=PATH instead) [default=autodetect]]), AC_MSG_ERROR([--with-ghc=$withval is obsolete (use './configure GHC=$withval' or 'GHC=$withval ./configure' instead)])) AC_SUBST(WithGhc,$GHC) |