[vlc-commits] configure: fix SFTP plugin name
Rémi Denis-Courmont
git at videolan.org
Sat Oct 11 19:46:34 CEST 2014
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Oct 11 20:46:18 2014 +0300| [88ab8def21e117704335a800cfbe5e08baf1edd7] | committer: Rémi Denis-Courmont
configure: fix SFTP plugin name
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=88ab8def21e117704335a800cfbe5e08baf1edd7
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 895f2d0..921c5f7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1734,7 +1734,7 @@ PKG_ENABLE_MODULES_VLC([DSM], [dsm], [libdsm], [libdsm SMB/CIFS access/sd module
dnl
dnl sftp access support
dnl
-PKG_ENABLE_MODULES_VLC([SFTP], [access_sftp], [libssh2], (support SFTP file transfer via libssh2), [auto])
+PKG_ENABLE_MODULES_VLC([SFTP], [sftp], [libssh2], (support SFTP file transfer via libssh2), [auto])
dnl
dnl Video4Linux 2
More information about the vlc-commits
mailing list