From ed4399c5e803e37c050425160425dd21210c4f1b Mon Sep 17 00:00:00 2001 From: Andrzej Rybczak Date: Fri, 26 Feb 2010 00:11:12 +0100 Subject: [PATCH] display info about required libmpdclient version if it's not there --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 59660487..c75914fb 100644 --- a/configure.in +++ b/configure.in @@ -68,7 +68,7 @@ PKG_CHECK_MODULES([libmpdclient], [libmpdclient >= 2.1], [ AC_MSG_ERROR([missing mpd/client.h header]) ) ], - AC_MSG_ERROR([libmpdclient2 is required!]) + AC_MSG_ERROR([libmpdclient >= 2.1 is required!]) ) dnl ======================