diff options
author | Gabor Greif <ggreif@gmail.com> | 2019-12-24 08:44:07 -0500 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-12-25 19:24:32 -0500 |
commit | 26493eab8c64776b3133a3c0b3bac33fbd28546c (patch) | |
tree | a5cb2cfa13f021e5022b0df56a36b45c09a4f61f /configure.ac | |
parent | aeea92ef6ffa514793b1d37b38aaed3616c5c24a (diff) | |
download | haskell-26493eab8c64776b3133a3c0b3bac33fbd28546c.tar.gz |
Fix copy-paste error in comment
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 8d6ceb9e65..1769cc0dd6 100644 --- a/configure.ac +++ b/configure.ac @@ -530,7 +530,7 @@ AC_ARG_WITH([gcc], AC_MSG_ERROR([--with-gcc=$withval is obsolete (use './configure CC=$withval' or 'CC=$withval ./configure' instead)])) AC_ARG_WITH([clang], - AS_HELP_STRING([--with-clang=ARG], [Use ARG as the path to gcc (obsolete, use CC=ARG instead) [default=autodetect]]), + AS_HELP_STRING([--with-clang=ARG], [Use ARG as the path to clang (obsolete, use CC=ARG instead) [default=autodetect]]), AC_MSG_ERROR([--with-clang=$withval is obsolete (use './configure CC=$withval' or 'CC=$withval ./configure' instead)])) dnl detect compiler (prefer gcc over clang) and set $CC (unless CC already set), |