1
mirror of https://github.com/mpv-player/mpv synced 2024-08-04 14:59:58 +02:00

fix smb libs inclusion when using --enable-smb.

Patch by Götz Waschk <waschk@informatik.uni-rostock.de>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11475 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
attila 2003-11-16 09:12:03 +00:00
parent ed05f165bd
commit 0dc21c35a7

3
configure vendored
View File

@ -2695,6 +2695,9 @@ echores "$_macosx"
echocheck "Samba support (libsmbclient)"
if test "$_smbsupport" = yes; then
_ld_smb="-lsmbclient"
fi
if test "$_smbsupport" = auto; then
_smbsupport=no
cat > $TMPC << EOF