diff options
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index bcda0b1ffb..0684673b7c 100644 --- a/configure.ac +++ b/configure.ac @@ -90,10 +90,10 @@ dnl use either is considered a Feature. dnl ** What command to use to compile compiler sources ? dnl -------------------------------------------------------------- -AC_ARG_VAR(GHC,[Use as the path to GHC [default=autodetect]]) +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 path to ghc (obsolete, use GHC=ARG instead) [default=autodetect]]), + AS_HELP_STRING([--with-ghc=ARG], [Use ARG as the full path to ghc (obsolete, use GHC=ARG instead) [default=autodetect]]), AC_MSG_ERROR([--with-ghc=$withval is obsolete (use './configure GHC=$withval' or 'GHC=$withval ./configure' instead)])) AC_SUBST(WithGhc,$GHC) |