Commit 30fedfba authored by Sam Hocevar's avatar Sam Hocevar

* ./configure.ac.in: the help message now says libmad is enabled by

    default (Closes: #704).
parent b829a041
...@@ -1455,7 +1455,7 @@ dnl ...@@ -1455,7 +1455,7 @@ dnl
dnl mad plugin dnl mad plugin
dnl dnl
AC_ARG_ENABLE(mad, AC_ARG_ENABLE(mad,
[ --enable-mad libmad module (default disabled)]) [ --enable-mad libmad module (default enabled)])
if test "x${enable_mad}" != "xno" if test "x${enable_mad}" != "xno"
then then
AC_ARG_WITH(mad, AC_ARG_WITH(mad,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment