changeset 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 415d4ce3567f
children c615d753501f
files configure
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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