From b03f05f28a7f624d88209b5f9ac904d22498168c Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 20 Aug 2018 11:28:30 +0200 Subject: [PATCH] configure.ac: require at least libnfs 1.11 This is the version in Debian Stretch (stable). --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index ac38ba5a7..2328b9dd8 100644 --- a/configure.ac +++ b/configure.ac @@ -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 -----------------------------------