aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2006-07-17 08:37:57 +0000
committerEric Wong <normalperson@yhbt.net>2006-07-17 08:37:57 +0000
commit7e3bca3aa3364a393629bbdec7d4e4e3cef5f480 (patch)
tree0812c1cc85b01976f6651aa20578b5c9e7877152 /configure.ac
parentb545a7e57de94715ec86060ee875abc0a9784567 (diff)
downloadmpd-7e3bca3aa3364a393629bbdec7d4e4e3cef5f480.tar.gz
mpd-7e3bca3aa3364a393629bbdec7d4e4e3cef5f480.tar.xz
mpd-7e3bca3aa3364a393629bbdec7d4e4e3cef5f480.zip
configure.ac: oops, unbreak configure :x
git-svn-id: https://svn.musicpd.org/mpd/trunk@4385 09075e82-0dd4-0310-85a5-a0d7c8717e4f
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 000805232..61ee82059 100644
--- a/configure.ac
+++ b/configure.ac
@@ -234,7 +234,7 @@ if test x$enable_id3 = xyes; then
CFLAGS=$oldcflags
LIBS=$oldlibs
CPPFLAGS=$oldcppflags
- if $use_libid3tag = xyes; then
+ if test x$use_libid3tag = xyes; then
AC_DEFINE(HAVE_ID3TAG,1,[Define to use id3tag])
else
enable_id3=no