svn commit: samba r26188 - in branches/SAMBA_4_0: . source/scripting/python

jelmer at samba.org jelmer at samba.org
Wed Nov 28 22:41:38 GMT 2007


Author: jelmer
Date: 2007-11-28 22:41:37 +0000 (Wed, 28 Nov 2007)
New Revision: 26188

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26188

Log:
Now that swig output is pregenerated, allow building python code without swig installed.
Modified:
   branches/SAMBA_4_0/
   branches/SAMBA_4_0/source/scripting/python/config.m4


Changeset:

Property changes on: branches/SAMBA_4_0
___________________________________________________________________
Name: bzr:revision-info
...skipped...
Name: bzr:revision-id:v3-trunk0
...skipped...

Modified: branches/SAMBA_4_0/source/scripting/python/config.m4
===================================================================
--- branches/SAMBA_4_0/source/scripting/python/config.m4	2007-11-28 22:41:34 UTC (rev 26187)
+++ branches/SAMBA_4_0/source/scripting/python/config.m4	2007-11-28 22:41:37 UTC (rev 26188)
@@ -116,7 +116,7 @@
 
 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



More information about the samba-cvs mailing list