[Mplayer-cvslog] CVS: main configure,1.811,1.812
Attila Kinali CVS
attila at mplayerhq.hu
Sun Nov 16 10:12:44 CET 2003
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv8142
Modified Files:
configure
Log Message:
fix smb libs inclusion when using --enable-smb.
Patch by Götz Waschk <waschk at informatik.uni-rostock.de>
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.811
retrieving revision 1.812
diff -u -r1.811 -r1.812
--- configure 13 Nov 2003 21:03:11 -0000 1.811
+++ configure 16 Nov 2003 09:12:03 -0000 1.812
@@ -2695,6 +2695,9 @@
echocheck "Samba support (libsmbclient)"
+if test "$_smbsupport" = yes; then
+ _ld_smb="-lsmbclient"
+fi
if test "$_smbsupport" = auto; then
_smbsupport=no
cat > $TMPC << EOF
More information about the MPlayer-cvslog
mailing list