diff options
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 |