summaryrefslogtreecommitdiff
path: root/source4/build/smb_build
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-05-28 04:11:40 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-05-28 04:11:40 +0200
commit8fb5ac6227e2b6123bb9fabc99fba36bd9aa0a92 (patch)
tree3248bde1e2918e2eaa762de8054a5c444f0b0d23 /source4/build/smb_build
parent715cee3bdbabd86b7603fbb43da470bdb8c1fe9d (diff)
downloadsamba-8fb5ac6227e2b6123bb9fabc99fba36bd9aa0a92.tar.gz
samba-8fb5ac6227e2b6123bb9fabc99fba36bd9aa0a92.tar.bz2
samba-8fb5ac6227e2b6123bb9fabc99fba36bd9aa0a92.zip
Fix dependency on swig ldb module.
(This used to be commit e616a9a1e55aa2265fd2fb4cd2dd0c3490158383)
Diffstat (limited to 'source4/build/smb_build')
-rw-r--r--source4/build/smb_build/input.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/build/smb_build/input.pm b/source4/build/smb_build/input.pm
index a76da496d9..53a051a3c7 100644
--- a/source4/build/smb_build/input.pm
+++ b/source4/build/smb_build/input.pm
@@ -84,7 +84,6 @@ sub check_module($$$)
return if ($mod->{ENABLE} ne "YES");
-
if (exists($INPUT->{$mod->{SUBSYSTEM}}{INIT_FUNCTION_TYPE})) {
$mod->{INIT_FUNCTION_TYPE} = $INPUT->{$mod->{SUBSYSTEM}}{INIT_FUNCTION_TYPE};
} else {