[Mplayer-cvslog] CVS: main configure,1.685,1.686
Johannes Feigl CVS
jaf at mplayerhq.hu
Fri Mar 21 19:04:30 CET 2003
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv18917
Modified Files:
configure
Log Message:
i think now it should work ... next time please test with and without the libs ...
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.685
retrieving revision 1.686
diff -u -r1.685 -r1.686
--- configure 21 Mar 2003 17:48:12 -0000 1.685
+++ configure 21 Mar 2003 18:04:26 -0000 1.686
@@ -2340,12 +2340,12 @@
#include <libsmbclient.h>
int main(void) { smbc_opendir("smb://"); return 0; }
EOF
- _ld_smb=" -L/usr/lib -lsmbclient"
- _inc_smb=" -I/usr/include "
- if cc_check $_ld_smb $_inc_smb ; then
+ if cc_check -L/usr/lib -lsmbclient -I/usr/include ; then
# this is not working for me becouse it needs -ldl and some NIS (YP) libs
# $_ld_dl and -lyp ? should be added
_smbsupport=yes
+ _ld_smb=" -L/usr/lib -lsmbclient"
+ _inc_smb=" -I/usr/include "
else
_smbsupport=no
fi
More information about the MPlayer-cvslog
mailing list