#2751: disourage --enable-shared in ./configure --help
authorSimon Marlow <marlowsd@gmail.com>
Fri, 14 Nov 2008 12:47:48 +0000 (12:47 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Fri, 14 Nov 2008 12:47:48 +0000 (12:47 +0000)
configure.ac

index 73d812d..f0cda8a 100644 (file)
@@ -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