diff 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
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