[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha2-588-g2a79ceb

Jelmer Vernooij jelmer at samba.org
Tue Jan 29 12:11:12 GMT 2008


The branch, v4-0-test has been updated
       via  2a79cebfd99f4048214be65a6c918cc988dc83ed (commit)
      from  f5ea5de797f4fe35baf4f2bcd2913902c6703f44 (commit)

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


- Log -----------------------------------------------------------------
commit 2a79cebfd99f4048214be65a6c918cc988dc83ed
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Tue Jan 29 13:10:43 2008 +0100

    Partially revert d64a2288a2cb3a8f74a18b740b265a460773635d and 351c2e99ab8b6a91f7355077b2d2944fd820839c to see if that fixes the build.

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

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


Changeset truncated at 500 lines:

diff --git a/source/scripting/python/config.m4 b/source/scripting/python/config.m4
index 3acd732..e4a34ec 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)
-	AC_DEFINE(HAVE_WORKING_PYTHON, 1, [Whether we have working python support])
+	dnl 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 ac3216c..0ee7873 100644
--- a/source/torture/config.mk
+++ b/source/torture/config.mk
@@ -297,8 +297,7 @@ PRIVATE_DEPENDENCIES = \
 		LIBSAMBA-NET \
 		smbcalls \
 		POPT_CREDENTIALS \
-		torture_rpc \
-		LIBPYTHON
+		torture_rpc
 # End SUBSYSTEM TORTURE_NET
 #################################
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list