Commit d4b758bc authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix --enable-id3tag help

parent ac497006
......@@ -2636,7 +2636,7 @@ dnl
dnl libid3tag support (FIXME!!! doesn't work with new input)
dnl
AC_ARG_ENABLE( id3tag,
[ --disable-id3tag id3tag metadata reader plugin (default disabled)])
[ --enable-id3tag id3tag metadata reader plugin (default disabled)])
AS_IF([test "${enable_id3tag}" = "yes"], [
AC_CHECK_HEADERS(id3tag.h, [
AS_IF([test "${have_zlib}" = "yes"],[
......
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