Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
26493eab
Commit
26493eab
authored
Dec 24, 2019
by
Gabor Greif
💬
Committed by
Marge Bot
Dec 25, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix copy-paste error in comment
parent
aeea92ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
configure.ac
configure.ac
+1
-1
No files found.
configure.ac
View file @
26493eab
...
...
@@ -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),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment