fix another copypasta bug

ugh.
master
Andrzej Rybczak 17 years ago
parent 8b460d4635
commit eaa7364f79
  1. 4
      configure.in

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

Loading…
Cancel
Save