From 0dc21c35a70dbe67f2474cc3b253af333b2914f7 Mon Sep 17 00:00:00 2001 From: attila Date: Sun, 16 Nov 2003 09:12:03 +0000 Subject: =?UTF-8?q?fix=20smb=20libs=20inclusion=20when=20using=20--enable-?= =?UTF-8?q?smb.=20Patch=20by=20G=C3=B6tz=20Waschk=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11475 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure') 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 -- cgit v1.2.3