summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorattila <attila@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-11-16 09:12:03 +0000
committerattila <attila@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-11-16 09:12:03 +0000
commit0dc21c35a70dbe67f2474cc3b253af333b2914f7 (patch)
tree9fd08f1065dd61feab4c1d9f78229f800aeb687a /configure
parented05f165bd8807c80986ffefbbc3cfc7ea4d2938 (diff)
downloadmpv-0dc21c35a70dbe67f2474cc3b253af333b2914f7.tar.bz2
mpv-0dc21c35a70dbe67f2474cc3b253af333b2914f7.tar.xz
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index e1f5ce02c7..2a7abc1d52 100755
--- a/configure
+++ b/configure
@@ -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