diff options
author | Simon Marlow <marlowsd@gmail.com> | 2008-11-14 10:40:34 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2008-11-14 10:40:34 +0000 |
commit | c606577ea3ce5122d40c982e5d88ed7e6f234147 (patch) | |
tree | d78de774a0f088b260da5892a95cdca728d2545d /configure.ac | |
parent | 7cdc6e6d7d00421d575510b20894293f2c40693b (diff) | |
download | haskell-c606577ea3ce5122d40c982e5d88ed7e6f234147.tar.gz |
add a warning that --enable-shared is experimental
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index a055a2c865..73d812de6a 100644 --- a/configure.ac +++ b/configure.ac @@ -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 |