vlc | branch: master | Hugo Beauzée-Luyssen <[email protected]> | Mon Apr 18 
15:54:52 2016 +0200| [11b1f13c4c2afbb6ac9b448bac385c4520a748d4] | committer: 
Hugo Beauzée-Luyssen

configure.ac: Honor --disable-smbclient, even on win32

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=11b1f13c4c2afbb6ac9b448bac385c4520a748d4
---

 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index aab3002..14b9c91 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1757,7 +1757,7 @@ dnl
 dnl  libsmbclient plugin
 dnl
 PKG_ENABLE_MODULES_VLC([SMBCLIENT], [smb], [smbclient], (SMB/CIFS support), 
[auto])
-AS_IF([test "${SYS}" = "mingw32"], [ VLC_ADD_PLUGIN([smb]) ])
+AS_IF([test "${SYS}" = "mingw32" -a "${enable_smbclient}" != "no"], [ 
VLC_ADD_PLUGIN([smb]) ])
 
 dnl
 dnl  liBDSM access module

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to