The branch, master has been updated
       via  04e1954... s3:configure: fix a message
      from  313add8... s4:torture/rpc/netlogon.c - don't use constant 
"AF_LOCAL" but do use "AF_UNIX" instead

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


- Log -----------------------------------------------------------------
commit 04e19542245418e875b600c6fd4729283bcd5b73
Author: Michael Adam <ob...@samba.org>
Date:   Wed Mar 24 17:00:01 2010 +0100

    s3:configure: fix a message

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

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 046df41..765bac7 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -6315,7 +6315,7 @@ AC_ARG_ENABLE(pthreadpool,
 [AS_HELP_STRING([--enable-pthreadpool], [Enable pthreads pool helper support 
(default=no)])])
 
 if test x"$enable_pthreadpool" = xyes -a x"$samba_cv_HAVE_PTHREAD" != x"yes"; 
then
-       AC_MSG_ERROR([pthreadpool support cannot be enabled when pthread 
support was found])
+       AC_MSG_ERROR([pthreadpool support cannot be enabled when pthread 
support was not found])
 fi
 
 if test x"$enable_pthreadpool" = x"yes" -a x"$samba_cv_HAVE_PTHREAD" = x"yes"; 
then


-- 
Samba Shared Repository

Reply via email to