aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-11-10 20:57:10 +0100
committerMax Kellermann <max@duempel.org>2009-11-10 20:57:10 +0100
commit96fcf5e1a5006fb43f245db02182dd7fd86a8161 (patch)
tree7517ef97f032664eeca1696a951f3875fd9884bd /configure.ac
parent937b2b1744052104f243953f58809aabcd8a0770 (diff)
downloadmpd-96fcf5e1a5006fb43f245db02182dd7fd86a8161.tar.gz
mpd-96fcf5e1a5006fb43f245db02182dd7fd86a8161.tar.xz
mpd-96fcf5e1a5006fb43f245db02182dd7fd86a8161.zip
input/mms: require libmms 0.4
We're using API functions which are not available in 0.3.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 047809a67..a57f72e2f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -303,7 +303,7 @@ AC_ARG_ENABLE(mms,
[enable the MMS protocol with libmms]),,
[enable_mms=auto])
-MPD_AUTO_PKG(mms, MMS, [libmms],
+MPD_AUTO_PKG(mms, MMS, [libmms >= 0.4],
[libmms mms:// protocol support], [libmms not found])
if test x$enable_mms = xyes; then
AC_DEFINE(ENABLE_MMS, 1,