[vlc-commits] configure: fix SFTP plugin name
Rémi Denis-Courmont
git at videolan.org
Sat Oct 11 19:47:02 CEST 2014
vlc/vlc-2.2 | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Oct 11 20:46:18 2014 +0300| [dc7633b308b5ffd2b2b16ca4af734a00af4d9be6] | committer: Rémi Denis-Courmont
configure: fix SFTP plugin name
(cherry picked from commit 88ab8def21e117704335a800cfbe5e08baf1edd7)
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=dc7633b308b5ffd2b2b16ca4af734a00af4d9be6
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 93f7752..3eac380 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1721,7 +1721,7 @@ AS_IF([test "${SYS}" = "mingw32"], [ VLC_ADD_PLUGIN([access_smb]) ])
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