configure.ac: oops, unbreak configure :x
git-svn-id: https://svn.musicpd.org/mpd/trunk@4385 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
parent
b545a7e57d
commit
7e3bca3aa3
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user