The branch, v3-6-test has been updated
       via  9efb0d0 s3/configure: fix typo and warning
      from  925b777 Second part of fix for bug #7777 - When requesting lookups 
for BUILTIN sids, winbindd allocates new uids/gids in error.

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


- Log -----------------------------------------------------------------
commit 9efb0d0cb8e6470d508be1ec066eb24afa7d6a10
Author: Björn Jacke <[email protected]>
Date:   Mon Nov 8 21:14:44 2010 +0100

    s3/configure: fix typo and warning
    
    Autobuild-User: Björn Jacke <[email protected]>
    Autobuild-Date: Mon Nov  8 20:58:20 UTC 2010 on sn-devel-104
    (cherry picked from commit 842a8e43129d821ebf08cdf4fcba54d3789de756)

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

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 a7de49b..2014ae8 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -836,7 +836,7 @@ if test x$enable_cups != xno; then
                        # dendencies including thread libraries - use 
cups-config only if really
                        # required. 
                        AC_CHECK_LIB_EXT(cups, ac_save_PRINT_LIBS , httpConnect,
-                               [PRINT_LIBS"$ac_save_PRINT_LIBS -lcups"],
+                               [PRINT_LIBS="$ac_save_PRINT_LIBS -lcups"],
                                [AC_MSG_WARN([your cups library doesn't link 
with -lcups alone, it might be underlinked.]) ;
                                 PRINT_LIBS="$ac_save_PRINT_LIBS `$CUPS_CONFIG 
--libs`"])
 


-- 
Samba Shared Repository

Reply via email to