summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2021-03-20 04:45:48 -0400
committerBen Gamari <ben@well-typed.com>2021-04-02 17:50:39 -0400
commite0247b51cd23b00f6c10be63ff8e6f0690b3036f (patch)
tree24378628c89ffcc54f64493778f69d58972260d4
parentcd4f8ef08d391bdfbe2a88f1b1204dec3ca22ddb (diff)
downloadhaskell-wip/joachim/configure-full-path.tar.gz
Apply 1 suggestion(s) to 1 file(s)wip/joachim/configure-full-path
-rw-r--r--configure.ac2
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)