changeset 11250:3254d102d31a

Fix static smbclient building - patch by Bernhard Rosenkraenzer <bero <at> arklinux.org>.
author lumag
date Thu, 23 Oct 2003 18:58:46 +0000
parents 7fdf58d10719
children 731652167590
files configure
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Thu Oct 23 18:36:02 2003 +0000
+++ b/configure	Thu Oct 23 18:58:46 2003 +0000
@@ -2670,7 +2670,6 @@
 fi
 
 if test "$_smbsupport" = yes; then
-    _ld_smb="-lsmbclient"
     _def_smbsupport="#define LIBSMBCLIENT"
     _inputmodules="smb $_inputmodules"
 else