summaryrefslogtreecommitdiff
path: root/source4/build
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-11-21 16:04:13 +0100
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:46:03 +0100
commitc14de3fd893c4a44cf35c2b354e51bf7f4a81992 (patch)
treeadc9fded6bb9069342b61932761b6eb7e529cb9c /source4/build
parent3950e76a2f2a33f726ea4a798e603d6af53e8069 (diff)
downloadsamba-c14de3fd893c4a44cf35c2b354e51bf7f4a81992.tar.gz
samba-c14de3fd893c4a44cf35c2b354e51bf7f4a81992.tar.bz2
samba-c14de3fd893c4a44cf35c2b354e51bf7f4a81992.zip
r26100: Also check for SWIG.
(This used to be commit 1755adffecb8ed68047d6ad69087a680cc63ba8f)
Diffstat (limited to 'source4/build')
-rw-r--r--source4/build/smb_build/makefile.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/build/smb_build/makefile.pm b/source4/build/smb_build/makefile.pm
index cd73aeb8a7..954c476f33 100644
--- a/source4/build/smb_build/makefile.pm
+++ b/source4/build/smb_build/makefile.pm
@@ -183,6 +183,7 @@ SHELL=$self->{config}->{SHELL}
PERL=$self->{config}->{PERL}
PYTHON=$self->{config}->{PYTHON}
+SWIG=$self->{config}->{SWIG}
CPP=$self->{config}->{CPP}
CPPFLAGS=$builddir_headers-I\$(srcdir)/include -I\$(srcdir) -I\$(srcdir)/lib -I\$(srcdir)/lib/replace -I\$(srcdir)/lib/talloc -D_SAMBA_BUILD_=4 -DHAVE_CONFIG_H $self->{config}->{CPPFLAGS}