configure.ac: require at least libnfs 1.11

This is the version in Debian Stretch (stable).
This commit is contained in:
Max Kellermann 2018-08-20 11:28:30 +02:00
parent 0b7d7fe069
commit b03f05f28a

View File

@ -743,7 +743,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 >= 1.9.5],
MPD_ENABLE_AUTO_PKG(nfs, NFS, [libnfs >= 1.11],
[NFS input plugin], [libnfs not found])
dnl --------------------------------- Qobuz -----------------------------------