The branch, master has been updated
       via  78b54e9 talloc: Support PYTHON environment variable.
      from  3ce1894 s3-build: Only define ldb3 when not in standalone build.

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 78b54e9ee1d9fa7d3117a0a82db11da3f9ec8223
Author: Jelmer Vernooij <jel...@samba.org>
Date:   Tue Jul 26 21:07:20 2011 +0200

    talloc: Support PYTHON environment variable.
    
    Autobuild-User: Jelmer Vernooij <jel...@samba.org>
    Autobuild-Date: Tue Jul 26 22:21:30 CEST 2011 on sn-devel-104

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

Summary of changes:
 lib/talloc/wscript |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/lib/talloc/wscript b/lib/talloc/wscript
index c96c69c..51a06ac 100644
--- a/lib/talloc/wscript
+++ b/lib/talloc/wscript
@@ -57,6 +57,7 @@ def configure(conf):
 
     if not conf.env.disable_python:
         # also disable if we don't have the python libs installed
+        conf.find_program('python', var='PYTHON')
         conf.check_tool('python')
         conf.check_python_version((2,4,2))
         conf.SAMBA_CHECK_PYTHON_HEADERS(mandatory=False)


-- 
Samba Shared Repository

Reply via email to