]> git.sesse.net Git - vlc/commitdiff
* ./configure.ac.in: the help message now says libmad is enabled by
authorSam Hocevar <sam@videolan.org>
Sat, 24 May 2003 12:10:31 +0000 (12:10 +0000)
committerSam Hocevar <sam@videolan.org>
Sat, 24 May 2003 12:10:31 +0000 (12:10 +0000)
    default (Closes: #704).

configure.ac.in

index 0546982ad46d377e932e9a583202848cdc8efd45..a957c9f8bed03de0a6006c0484b00ea0e04b2647 100644 (file)
@@ -1455,7 +1455,7 @@ dnl
 dnl  mad plugin
 dnl
 AC_ARG_ENABLE(mad,
-  [  --enable-mad            libmad module (default disabled)])
+  [  --enable-mad            libmad module (default enabled)])
 if test "x${enable_mad}" != "xno"
 then
   AC_ARG_WITH(mad,