From 255abc60b0ba5ffa930aa88fa399e52f5de5f540 Mon Sep 17 00:00:00 2001 From: alex Date: Fri, 21 Mar 2003 18:21:00 +0000 Subject: 10l noticed by Steven M. Schultz and a bit cleaned up git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9642 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'configure') diff --git a/configure b/configure index cfa77e0667..3d4a463477 100755 --- a/configure +++ b/configure @@ -2340,7 +2340,7 @@ if test "$_smbsupport" = auto; then #include int main(void) { smbc_opendir("smb://"); return 0; } EOF - if cc_check $_ld_smb $_inc_smb ; then + if cc_check -lsmbclient ; 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 @@ -2348,13 +2348,10 @@ EOF fi if test "$_smbsupport" = yes; then - _ld_smb=" -L/usr/lib -lsmbclient" - _inc_smb=" -I/usr/include " + _ld_smb="-lsmbclient" _def_smbsupport="#define LIBSMBCLIENT" _inputmodules="smb $_inputmodules" else - _ld_smb="" - _inc_smb="" _def_smbsupport="#undef LIBSMBCLIENT" _noinputmodules="smb $_noinputmodules" fi @@ -5096,7 +5093,6 @@ LIBLZO_LIB= $_ld_liblzo MAD_LIB = $_ld_mad VORBIS_LIB = $_ld_vorbis $_ld_libdv FAAD_LIB = $_ld_faad -SMBSUPPORT_INC = $_inc_smb SMBSUPPORT_LIB = $_ld_smb XMMS_PLUGINS = $_xmms XMMS_LIB = $_xmms_lib -- cgit v1.2.3