From eaa7364f79e6d6debe0de85a3922096c7353e389 Mon Sep 17 00:00:00 2001 From: Andrzej Rybczak Date: Wed, 7 Oct 2009 16:14:14 +0200 Subject: [PATCH] fix another copypasta bug ugh. --- configure.in | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/configure.in b/configure.in index 54e49718..deecd651 100644 --- a/configure.in +++ b/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 ======================