summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrzej Rybczak <electricityispower@gmail.com>2010-02-26 00:11:12 +0100
committerAndrzej Rybczak <electricityispower@gmail.com>2010-02-26 00:11:12 +0100
commited4399c5e803e37c050425160425dd21210c4f1b (patch)
treea381821c6bfbf9d0ff0361c5339f5a7eb1da21e2
parentfbc9b2903252fc5d90e82149d8240b753187e57b (diff)
display info about required libmpdclient version if it's not there
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
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 ======================