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.
This commit is contained in:
Max Kellermann 2018-08-20 10:50:57 +02:00
parent 14d3a7ae83
commit f2caac595a
1 changed files with 1 additions and 1 deletions

View File

@ -707,7 +707,7 @@ MPD_ENABLE_AUTO_PKG_LIB(smbclient, SMBCLIENT, [smbclient >= 0.2],
[smbclient input plugin], [libsmbclient not found])
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])
dnl --------------------------------- Soundcloud ------------------------------