[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha2-682-ged44fd5

Jelmer Vernooij jelmer at samba.org
Sat Feb 9 14:42:47 GMT 2008


The branch, v4-0-test has been updated
       via  ed44fd59bfa289bcef82e0650ccda381efb52268 (commit)
      from  f7521525e42d62e96cc6f55fb1b23644a60fc36d (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v4-0-test


- Log -----------------------------------------------------------------
commit ed44fd59bfa289bcef82e0650ccda381efb52268
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Sat Feb 9 15:42:19 2008 +0100

    Re-enable python support in BECOME-DC test.

-----------------------------------------------------------------------

Summary of changes:
 source/scripting/python/config.m4 |    2 +-
 source/torture/config.mk          |    3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/scripting/python/config.m4 b/source/scripting/python/config.m4
index e4a34ec..3acd732 100644
--- a/source/scripting/python/config.m4
+++ b/source/scripting/python/config.m4
@@ -66,7 +66,7 @@ if test $working_python = yes; then
 	SMB_ENABLE(EXT_LIB_PYTHON,YES)
 	SMB_ENABLE(smbpython,YES)
 	SMB_ENABLE(LIBPYTHON,YES)
-	dnl AC_DEFINE(HAVE_WORKING_PYTHON, 1, [Whether we have working python support])
+	AC_DEFINE(HAVE_WORKING_PYTHON, 1, [Whether we have working python support])
 	AC_MSG_RESULT([yes])
 else
 	SMB_ENABLE(EXT_LIB_PYTHON,NO)
diff --git a/source/torture/config.mk b/source/torture/config.mk
index 2666a1d..e9ef18a 100644
--- a/source/torture/config.mk
+++ b/source/torture/config.mk
@@ -297,7 +297,8 @@ PRIVATE_DEPENDENCIES = \
 		LIBSAMBA-NET \
 		smbcalls \
 		POPT_CREDENTIALS \
-		torture_rpc
+		torture_rpc \
+		LIBPYTHON
 # End SUBSYSTEM TORTURE_NET
 #################################
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list