Commit dc7633b3 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

configure: fix SFTP plugin name

(cherry picked from commit 88ab8def21e117704335a800cfbe5e08baf1edd7)
parent c5138aed
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment