Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
abd4d845
Commit
abd4d845
authored
Nov 14, 2008
by
Simon Marlow
Browse files
#2751
: disourage --enable-shared in ./configure --help
parent
c606577e
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
abd4d845
...
...
@@ -725,7 +725,7 @@ dnl ** Build shared and/or static libs?
dnl --------------------------------------------------------------
AC_ARG_ENABLE(shared,
[AC_HELP_STRING([--enable-shared],
[Build shared libraries, if available. [default=no]])],
[Build shared libraries, if available
(EXPERIMENTAL, non-working)
. [default=no]])],
[ if test x"$enableval" = x"yes"; then
AC_MSG_WARN([--enable-shared is experimental and not fully supported at this time])
BuildSharedLibs=YES
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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