[SCM] Samba Shared Repository - branch master updated

Matthieu Patou mat at samba.org
Tue Dec 14 12:56:02 MST 2010


The branch, master has been updated
       via  77c1747 build: fix bad syntax
      from  f126cb9 s4:gensec/spnego: only look at the optimistic token if we support the first mech

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


- Log -----------------------------------------------------------------
commit 77c1747f2148cf9f84f41a974fab6fa534cb0a45
Author: Matthieu Patou <mat at matws.net>
Date:   Tue Dec 14 22:04:42 2010 +0300

    build: fix bad syntax
    
    Autobuild-User: Matthieu Patou <mat at samba.org>
    Autobuild-Date: Tue Dec 14 20:55:17 CET 2010 on sn-devel-104

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

Summary of changes:
 lib/util/charset/wscript_configure |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/lib/util/charset/wscript_configure b/lib/util/charset/wscript_configure
index e38f22b..98756fe 100644
--- a/lib/util/charset/wscript_configure
+++ b/lib/util/charset/wscript_configure
@@ -15,7 +15,7 @@ if (conf.CHECK_FUNCS_IN('iconv_open', 'iconv', checklibc=False, headers='iconv.h
     if conf.env['HAVE_LIBICONV']:
         if conf.CHECK_FUNCS('mbrtowc', headers='wchar.h'):
             conf.DEFINE('HAVE_NATIVE_ICONV', 1)
-        elif conf.env.get['LIB_ICONV']:
+        elif conf.env.LIB_ICONV:
             del conf.env['LIB_ICONV']
     else:
         conf.DEFINE('HAVE_NATIVE_ICONV', 1)


-- 
Samba Shared Repository


More information about the samba-cvs mailing list