Commit 7e3bca3a authored by Eric Wong's avatar Eric Wong

configure.ac: oops, unbreak configure :x

git-svn-id: https://svn.musicpd.org/mpd/trunk@4385 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent b545a7e5
...@@ -234,7 +234,7 @@ if test x$enable_id3 = xyes; then ...@@ -234,7 +234,7 @@ if test x$enable_id3 = xyes; then
CFLAGS=$oldcflags CFLAGS=$oldcflags
LIBS=$oldlibs LIBS=$oldlibs
CPPFLAGS=$oldcppflags CPPFLAGS=$oldcppflags
if $use_libid3tag = xyes; then if test x$use_libid3tag = xyes; then
AC_DEFINE(HAVE_ID3TAG,1,[Define to use id3tag]) AC_DEFINE(HAVE_ID3TAG,1,[Define to use id3tag])
else else
enable_id3=no enable_id3=no
......
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