diff options
author | Eric Wong <normalperson@yhbt.net> | 2006-07-17 08:37:57 +0000 |
---|---|---|
committer | Eric Wong <normalperson@yhbt.net> | 2006-07-17 08:37:57 +0000 |
commit | 7e3bca3aa3364a393629bbdec7d4e4e3cef5f480 (patch) | |
tree | 0812c1cc85b01976f6651aa20578b5c9e7877152 /configure.ac | |
parent | b545a7e57de94715ec86060ee875abc0a9784567 (diff) | |
download | mpd-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 '')
-rw-r--r-- | configure.ac | 2 |
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 |