]> git.sesse.net Git - vlc/blobdiff - configure.ac
Get rid of --enable-shared-libvlc on non-Microsoft platforms
[vlc] / configure.ac
index 05bff92582466e653342c7a870e6313d120305ad..3d7c08a1c32c898745006f0a58a4a721201b5957 100644 (file)
@@ -1388,7 +1388,7 @@ dnl  Is the shared libvlc forced ?
 dnl
 build_pic=no
 AC_ARG_ENABLE(shared-libvlc,
-  [  --enable-shared-libvlc  shared libvlc (default disabled EXPERIMENTAL)])
+  [  --enable-shared-libvlc  Win32 libvlc.dll build (default disabled)])
 AS_IF([test "${enable_libtool}" != "no" && test "${enable_shared_libvlc}"], [
   AC_MSG_ERROR([--enable-shared-libvlc and --enable-libtool are mutually exclusive])
 ])