fix another copypasta bug

ugh.
This commit is contained in:
Andrzej Rybczak
2009-10-07 16:14:14 +02:00
parent 8b460d4635
commit eaa7364f79

View File

@@ -68,9 +68,7 @@ PKG_CHECK_MODULES([libmpdclient], [libmpdclient >= 2.0], [
AC_MSG_ERROR([missing mpd/client.h header]) AC_MSG_ERROR([missing mpd/client.h header])
) )
], ],
if test "$fftw" = "yes" ; then AC_MSG_ERROR([libmpdclient2 is required!])
AC_MSG_ERROR([libmpdclient2 is required!])
fi
) )
dnl ====================== dnl ======================