[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha2-388-g620ec69

Jelmer Vernooij jelmer at samba.org
Sun Jan 13 03:24:04 GMT 2008


The branch, v4-0-test has been updated
       via  620ec696657558dbad2a6c7d4231deabcaeaaef1 (commit)
      from  1fbc3a9f47a33f785d935e39345021d9ca455bb9 (commit)

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


- Log -----------------------------------------------------------------
commit 620ec696657558dbad2a6c7d4231deabcaeaaef1
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Sun Jan 13 04:23:09 2008 +0100

    python: Fix initialization of variable.

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

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


Changeset truncated at 500 lines:

diff --git a/source/scripting/python/config.m4 b/source/scripting/python/config.m4
index 6cf667a..b088447 100644
--- a/source/scripting/python/config.m4
+++ b/source/scripting/python/config.m4
@@ -36,6 +36,8 @@ AC_DEFUN([TRY_LINK_PYTHON],
 	fi
 ])
 
+dnl assume no working python
+working_python=no
 
 if test -z "$PYTHON_VERSION"; then 
 	AC_PATH_PROGS([PYTHON_CONFIG], [python2.6-config python2.5-config python2.4-config python-config])
@@ -44,7 +46,6 @@ else
 fi
 
 if test -z "$PYTHON_CONFIG"; then
-	working_python=no
 	AC_MSG_WARN([No python-config found])
 else
 	TRY_LINK_PYTHON([`$PYTHON_CONFIG --ldflags`], [`$PYTHON_CONFIG --includes`])


-- 
Samba Shared Repository


More information about the samba-cvs mailing list