[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha2-1367-gf47df57

Jelmer Vernooij jelmer at samba.org
Thu Mar 27 21:27:11 GMT 2008


The branch, v4-0-test has been updated
       via  f47df5761571dd5c36789fb2e225a1125ca0e8f7 (commit)
      from  19c29f473883be0a17fa740de9feb226f347df4a (commit)

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


- Log -----------------------------------------------------------------
commit f47df5761571dd5c36789fb2e225a1125ca0e8f7
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Thu Mar 27 22:26:37 2008 +0100

    Remove define that appears to cause configure test breakage on Julien's machine.

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

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


Changeset truncated at 500 lines:

diff --git a/source/scripting/python/config.m4 b/source/scripting/python/config.m4
index aac98eb..3790071 100644
--- a/source/scripting/python/config.m4
+++ b/source/scripting/python/config.m4
@@ -23,9 +23,7 @@ AC_DEFUN([TRY_LINK_PYTHON],
 
 		AC_TRY_LINK([
 				/* we have our own configure tests */
-				#define Py_PYCONFIG_H 1
 				#include <Python.h>
-				#include <stdlib.h>
 			],[
 				Py_InitModule(NULL, NULL);
 			],[


-- 
Samba Shared Repository


More information about the samba-cvs mailing list