[vlc-commits] configure: require libnfs >= 1.10.0
    Tristan Matthews 
    git at videolan.org
       
    Thu Jun 30 00:13:06 CEST 2016
    
    
  
vlc | branch: master | Tristan Matthews <tmatth at videolan.org> | Wed Jun 29 18:12:21 2016 -0400| [b4f8aea8761f94530c4f2df03a04710ea8996a25] | committer: Tristan Matthews
configure: require libnfs >= 1.10.0
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b4f8aea8761f94530c4f2df03a04710ea8996a25
---
 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 3345027..2df3576 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1781,7 +1781,7 @@ PKG_ENABLE_MODULES_VLC([SFTP], [sftp], [libssh2], (support SFTP file transfer vi
 dnl
 dnl nfs access support
 dnl
-PKG_ENABLE_MODULES_VLC([NFS], [nfs], [libnfs], (support nfs protocol via libnfs), [auto])
+PKG_ENABLE_MODULES_VLC([NFS], [nfs], [libnfs >= 1.10.0], (support nfs protocol via libnfs), [auto])
 
 dnl
 dnl  Video4Linux 2
    
    
More information about the vlc-commits
mailing list