[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Sat Feb 13 08:39:42 MST 2010


The branch, master has been updated
       via  271a4c6... s3: Fix typo found by jhell <jhell at DataIX.net>
      from  b99d9f8... libwbclient: Separate out the async functions

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


- Log -----------------------------------------------------------------
commit 271a4c60dbec0d001dc55df58de8e54274137853
Author: Volker Lendecke <vl at samba.org>
Date:   Sat Feb 13 16:38:25 2010 +0100

    s3: Fix typo found by jhell <jhell at DataIX.net>

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

Summary of changes:
 source3/m4/check_path.m4 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/m4/check_path.m4 b/source3/m4/check_path.m4
index b2cc53a..3683802 100644
--- a/source3/m4/check_path.m4
+++ b/source3/m4/check_path.m4
@@ -151,8 +151,8 @@ AC_ARG_WITH(piddir,
 
 #################################################
 # set ncalrpc directory location
-AC_ARG_WITH(ncalprcdir,
-[AS_HELP_STRING([--with-ncalprcdir=DIR], [Where to put ncalrpc sockets ($ac_default_prefix/var/ncalrpc)])],
+AC_ARG_WITH(ncalrpcdir,
+[AS_HELP_STRING([--with-ncalrpcdir=DIR], [Where to put ncalrpc sockets ($ac_default_prefix/var/ncalrpc)])],
 [ case "$withval" in
   yes|no)
   #


-- 
Samba Shared Repository


More information about the samba-cvs mailing list