From 4f2272cd1a291829ccd06faa737fa646e40a07c2 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 23 Dec 2010 20:30:36 +0100 Subject: [PATCH] configure.ac: require libmpdclient 2.2 We need a sane LIBMPDCLIENT_CHECK_VERSION macro. --- INSTALL | 2 +- NEWS | 1 + configure.ac | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/INSTALL b/INSTALL index d46f21b..6f459b7 100644 --- a/INSTALL +++ b/INSTALL @@ -5,7 +5,7 @@ Requirements ------------ * a C99 compliant compiler (e.g. gcc) - * libmpdclient 2.0 + * libmpdclient 2.2 * ncurses (ncursesw for unicode / wide character support) * glib-2.2 (2.4 for NLS support) diff --git a/NEWS b/NEWS index 90884b7..013de66 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,5 @@ ncmpc 0.19 - not yet released +* require libmpdclient 2.2 ncmpc 0.18 - (09/22/2010) diff --git a/configure.ac b/configure.ac index cb3633b..566d240 100644 --- a/configure.ac +++ b/configure.ac @@ -143,8 +143,8 @@ dnl Check for glib-2.4 PKG_CHECK_MODULES([GLIB], [glib-2.0 >= 2.12],, [AC_MSG_ERROR([glib 2.12 is required])]) -dnl Check for libmpdclient 2.0 -PKG_CHECK_MODULES([LIBMPDCLIENT], [libmpdclient >= 2.0],, +dnl Check for libmpdclient 2.2 +PKG_CHECK_MODULES([LIBMPDCLIENT], [libmpdclient >= 2.2],, [AC_MSG_ERROR([libmpdclient2 is required])]) -- 2.30.2