[MPlayer-cvslog] CVS: main configure,1.971,1.972
Torinthiel CVS
syncmail at mplayerhq.hu
Wed Mar 2 19:38:17 CET 2005
CVS change done by Torinthiel CVS
Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv22580
Modified Files:
configure
Log Message:
libsmbclient is sometimes built with ssl support. This takes it into account
and tests if -lsmbclient needs -lssl.
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.971
retrieving revision 1.972
diff -u -r1.971 -r1.972
--- configure 27 Feb 2005 04:25:10 -0000 1.971
+++ configure 2 Mar 2005 18:38:13 -0000 1.972
@@ -3229,6 +3229,11 @@
if cc_check -lsmbclient $_ld_dl -lnsl ; then
_smbsupport=yes
_ld_smb="-lsmbclient $_ld_dl -lnsl"
+ else
+ if cc_check -lsmbclient $_ld_dl -lssl -lnsl ; then
+ _smbsupport=yes
+ _ld_smb="-lsmbclient $_ld_dl -lssl -lnsl"
+ fi
fi
fi
fi
More information about the MPlayer-cvslog
mailing list