configure.ac: disable ID3 support when libid3tag was not found
Fix a typo.
This commit is contained in:
parent
3516d8fc1d
commit
c844bd602d
@ -547,7 +547,7 @@ if test x$enable_id3 = xyes; then
|
|||||||
PKG_CHECK_MODULES([ID3TAG], [id3tag],,
|
PKG_CHECK_MODULES([ID3TAG], [id3tag],,
|
||||||
AC_CHECK_LIB(id3tag, id3_file_open,
|
AC_CHECK_LIB(id3tag, id3_file_open,
|
||||||
[ID3TAG_LIBS="-lid3tag -lz" ID3TAG_CFLAGS=""],
|
[ID3TAG_LIBS="-lid3tag -lz" ID3TAG_CFLAGS=""],
|
||||||
enable_id3tag=no))
|
enable_id3=no))
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test x$enable_id3 = xyes; then
|
if test x$enable_id3 = xyes; then
|
||||||
|
Loading…
Reference in New Issue
Block a user