summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-11-28 22:41:37 +0100
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:46:41 +0100
commit660077476f43bb262b57f538147140e07e65f6df (patch)
tree3b7fed50be9df11e039977d1ccf9ab85f59664b9 /source4
parentf023784d066f25135c2e54e91475418e80070873 (diff)
downloadsamba-660077476f43bb262b57f538147140e07e65f6df.tar.gz
samba-660077476f43bb262b57f538147140e07e65f6df.tar.bz2
samba-660077476f43bb262b57f538147140e07e65f6df.zip
r26188: Now that swig output is pregenerated, allow building python code without swig installed.
(This used to be commit f97f82adbd2663cadcfc5522c809ce2e659fb42c)
Diffstat (limited to 'source4')
-rw-r--r--source4/scripting/python/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/python/config.m4 b/source4/scripting/python/config.m4
index 48103a0782..bdc977b0ba 100644
--- a/source4/scripting/python/config.m4
+++ b/source4/scripting/python/config.m4
@@ -116,7 +116,7 @@ AC_SUBST(PYTHON_EXTRA_LDFLAGS)
SMB_EXT_LIB(LIBPYTHON, [$PYTHON_LDFLAGS], [$PYTHON_CPPFLAGS])
-if test x$working_python = xyes && test x$SWIG != xno
+if test x$working_python = xyes
then
SMB_ENABLE(LIBPYTHON,YES)
else