Commit f2caac59 authored by Max Kellermann's avatar Max Kellermann

configure.ac: specify minimum libnfs version 1.9.5

This is the version in Debian Jessie (oldstable), a reasonable "old enough" version to keep support for.
parent 14d3a7ae
...@@ -707,7 +707,7 @@ MPD_ENABLE_AUTO_PKG_LIB(smbclient, SMBCLIENT, [smbclient >= 0.2], ...@@ -707,7 +707,7 @@ MPD_ENABLE_AUTO_PKG_LIB(smbclient, SMBCLIENT, [smbclient >= 0.2],
[smbclient input plugin], [libsmbclient not found]) [smbclient input plugin], [libsmbclient not found])
dnl ----------------------------------- NFS ----------------------------- dnl ----------------------------------- NFS -----------------------------
MPD_ENABLE_AUTO_PKG(nfs, NFS, [libnfs], MPD_ENABLE_AUTO_PKG(nfs, NFS, [libnfs >= 1.9.5],
[NFS input plugin], [libnfs not found]) [NFS input plugin], [libnfs not found])
dnl --------------------------------- Soundcloud ------------------------------ dnl --------------------------------- Soundcloud ------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment