aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-01-05 08:04:43 +0100
committerMax Kellermann <max@duempel.org>2009-01-05 08:04:43 +0100
commitc844bd602dc6b92f53e7ec7baf20062404bf5683 (patch)
treef10ceb447faa3da20a26e4ff33792f6560f54285 /configure.ac
parent3516d8fc1daf88716a3648878c961b2cee549d7e (diff)
downloadmpd-c844bd602dc6b92f53e7ec7baf20062404bf5683.tar.gz
mpd-c844bd602dc6b92f53e7ec7baf20062404bf5683.tar.xz
mpd-c844bd602dc6b92f53e7ec7baf20062404bf5683.zip
configure.ac: disable ID3 support when libid3tag was not found
Fix a typo.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8b3937e46..4fb678f2f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -547,7 +547,7 @@ if test x$enable_id3 = xyes; then
PKG_CHECK_MODULES([ID3TAG], [id3tag],,
AC_CHECK_LIB(id3tag, id3_file_open,
[ID3TAG_LIBS="-lid3tag -lz" ID3TAG_CFLAGS=""],
- enable_id3tag=no))
+ enable_id3=no))
fi
if test x$enable_id3 = xyes; then