# HG changeset patch # User attila # Date 1068973923 0 # Node ID 230c64786074ad236793bcbb6721cbf5b380086c # Parent 415d4ce3567fc0c43467f080f5b9985a3b0579b2 fix smb libs inclusion when using --enable-smb. Patch by Gtz Waschk diff -r 415d4ce3567f -r 230c64786074 configure --- a/configure Sun Nov 16 03:03:47 2003 +0000 +++ b/configure Sun Nov 16 09:12:03 2003 +0000 @@ -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