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

Fix --enable-id3tag help

(cherry picked from commit d4b758bc2b2edc79e6732de44b1b72c5a6a03005)
parent ee9197a1
...@@ -2653,7 +2653,7 @@ dnl ...@@ -2653,7 +2653,7 @@ dnl
dnl libid3tag support (FIXME!!! doesn't work with new input) dnl libid3tag support (FIXME!!! doesn't work with new input)
dnl dnl
AC_ARG_ENABLE( id3tag, 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"], [ AS_IF([test "${enable_id3tag}" = "yes"], [
AC_CHECK_HEADERS(id3tag.h, [ AC_CHECK_HEADERS(id3tag.h, [
AS_IF([test "${have_zlib}" = "yes"],[ 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