comparison configure @ 11474:230c64786074

fix smb libs inclusion when using --enable-smb. Patch by Gtz Waschk <waschk@informatik.uni-rostock.de>
author attila
date Sun, 16 Nov 2003 09:12:03 +0000
parents 1531f1690612
children c615d753501f
comparison
equal deleted inserted replaced
11473:415d4ce3567f 11474:230c64786074
2693 fi 2693 fi
2694 echores "$_macosx" 2694 echores "$_macosx"
2695 2695
2696 2696
2697 echocheck "Samba support (libsmbclient)" 2697 echocheck "Samba support (libsmbclient)"
2698 if test "$_smbsupport" = yes; then
2699 _ld_smb="-lsmbclient"
2700 fi
2698 if test "$_smbsupport" = auto; then 2701 if test "$_smbsupport" = auto; then
2699 _smbsupport=no 2702 _smbsupport=no
2700 cat > $TMPC << EOF 2703 cat > $TMPC << EOF
2701 #include <libsmbclient.h> 2704 #include <libsmbclient.h>
2702 int main(void) { smbc_opendir("smb://"); return 0; } 2705 int main(void) { smbc_opendir("smb://"); return 0; }