[SCM] Samba Shared Repository - branch v3-4-test updated

Karolin Seeger kseeger at samba.org
Thu Oct 29 01:49:11 MDT 2009


The branch, v3-4-test has been updated
       via  bf476b7... Revert "s3:configure: Fix typo in libtalloc check."
      from  508ef02... WHATSNEW: Complete release notes.

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


- Log -----------------------------------------------------------------
commit bf476b796642f40f22455bbff9153876e48764a6
Author: Karolin Seeger <kseeger at samba.org>
Date:   Thu Oct 29 08:48:35 2009 +0100

    Revert "s3:configure: Fix typo in libtalloc check."
    
    This reverts commit 3e90a5977e8e95dd6cd90031fcb753480c55142b.
    
    This was pushed by accident and needs review first.
    
    Karolin

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

Summary of changes:
 source3/configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/configure.in b/source3/configure.in
index fdbda2b..e34e1ad 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -31,7 +31,7 @@ if test "x$enable_external_libtalloc" != xno
 then
 	PKG_CHECK_MODULES(TALLOC, talloc >= 1.3.0, 
 		[ enable_external_libtalloc=yes ],
-		[ if test "x$enable_external_libtalloc" = xyes; then
+		[ if x$enable_external_libtalloc = xyes; then 
 		 	AC_MSG_ERROR([Unable to find libtalloc])
 	      else 
 			enable_external_libtalloc=no


-- 
Samba Shared Repository


More information about the samba-cvs mailing list