From: Simon Marlow Date: Fri, 14 Nov 2008 12:47:48 +0000 (+0000) Subject: #2751: disourage --enable-shared in ./configure --help X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=abd4d8455efbc6e2f6019e3beb0a03af99c27f0f #2751: disourage --enable-shared in ./configure --help --- diff --git a/configure.ac b/configure.ac index 73d812d..f0cda8a 100644 --- a/configure.ac +++ b/configure.ac @@ -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