[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-2367-g43b7a0e

Jelmer Vernooij jelmer at samba.org
Wed Jun 17 19:13:37 GMT 2009


The branch, master has been updated
       via  43b7a0e34eff2bf0d4c713072228b2bf66882bd9 (commit)
      from  2dd921c7746b810c50bb1fb97168b8b81013aaef (commit)

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


- Log -----------------------------------------------------------------
commit 43b7a0e34eff2bf0d4c713072228b2bf66882bd9
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Wed Jun 17 21:12:50 2009 +0200

    tdb: Fix help string in configure flag to enable Python bindings.

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

Summary of changes:
 lib/tdb/configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/lib/tdb/configure.ac b/lib/tdb/configure.ac
index e5bd9f6..1558494 100644
--- a/lib/tdb/configure.ac
+++ b/lib/tdb/configure.ac
@@ -30,7 +30,7 @@ if test -z "$PYTHON_CONFIG"; then
 fi
 
 AC_ARG_ENABLE(python,
-		[--enable-python Ebables python bindings],
+	AS_HELP_STRING([--enable-python], [Enables python binding]),
 		[ if test "x$enableval" = "xno" ; then
 			PYTHON_BUILD_TARGET=""
 			PYTHON_INSTALL_TARGET=""


-- 
Samba Shared Repository


More information about the samba-cvs mailing list