[SCM] Samba Shared Repository - branch master updated

Björn Jacke bjacke at samba.org
Wed Jan 27 15:45:54 MST 2010


The branch, master has been updated
       via  1f7e97a... s3: syntax fix
      from  2f9eb6b... s3: Install and uninstall the static version of libwbclient

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


- Log -----------------------------------------------------------------
commit 1f7e97a8a257b3280ca14168adf2d59ca9e1074c
Author: Björn Jacke <bj at sernet.de>
Date:   Wed Jan 27 23:43:23 2010 +0100

    s3: syntax fix

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

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 2766d07..3c21bd6 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -6365,7 +6365,7 @@ fi
 # pthread_attr_init. On pthread_mutex_lock it works there...
 if test "x$PTHREAD_LDFLAGS" = xerror; then
    AC_CHECK_LIB(pthread, pthread_mutex_lock, [
-		PTHREAD_CFLAGS=="-D_REENTRANT"
+		PTHREAD_CFLAGS="-D_REENTRANT"
 		PTHREAD_LDFLAGS="-lpthread" ])
 fi
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list