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

Karolin Seeger kseeger at samba.org
Wed Nov 4 06:36:53 MST 2009


The branch, v3-4-test has been updated
       via  5897c3d... s3:configure: Fix typo in libtalloc check.
      from  2a58988... s3/docs: Fix typo.

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


- Log -----------------------------------------------------------------
commit 5897c3de95b8f9fad4e136d2fc1a390fb366b7b9
Author: Karolin Seeger <kseeger at samba.org>
Date:   Tue Oct 27 16:29:20 2009 +0100

    s3:configure: Fix typo in libtalloc check.
    
    Fix bug #6849. Thanks to Mike Frysinger <vapier at gentoo.org> for reporting
    and providing the patch!
    
    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 30d7dd1..ca86a9e 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 x$enable_external_libtalloc = xyes; then 
+		[ if test "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