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
Alex D
GHC
Commits
c606577e
Commit
c606577e
authored
Nov 14, 2008
by
Simon Marlow
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add a warning that --enable-shared is experimental
parent
7cdc6e6d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
configure.ac
configure.ac
+1
-0
No files found.
configure.ac
View file @
c606577e
...
...
@@ -727,6 +727,7 @@ AC_ARG_ENABLE(shared,
[AC_HELP_STRING([--enable-shared],
[Build shared libraries, if available. [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
else
BuildSharedLibs=NO
...
...
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