[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-383-g586a4da

Volker Lendecke vlendec at samba.org
Mon Mar 16 06:52:08 GMT 2009


The branch, master has been updated
       via  586a4da5dd30c371a33956db406bbb1dc08534b2 (commit)
      from  1a06b31b592a9c1d0188f4470b38e881b0bf3633 (commit)

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


- Log -----------------------------------------------------------------
commit 586a4da5dd30c371a33956db406bbb1dc08534b2
Author: Björn Jacke <bj at sernet.de>
Date:   Mon Mar 16 01:06:16 2009 +0100

    fix configure check for external talloc libs

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

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 98f41d6..70876b9 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