[SCM] Samba Shared Repository - branch master updated

Kai Blin kai at samba.org
Sun May 30 14:55:43 MDT 2010


The branch, master has been updated
       via  f3b0485... s3-waf: Set HAVE_GSSAPI if gssapi libs were found
      from  6a78241... libreplace: include sys/file.h only when available

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


- Log -----------------------------------------------------------------
commit f3b04854b855e1547182bc36d57841dac3b041d8
Author: Kai Blin <kai at samba.org>
Date:   Thu May 27 23:38:02 2010 +0200

    s3-waf: Set HAVE_GSSAPI if gssapi libs were found

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

Summary of changes:
 source3/wscript |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/wscript b/source3/wscript
index 7472c7d..e2e6f4d 100644
--- a/source3/wscript
+++ b/source3/wscript
@@ -406,7 +406,8 @@ utimensat vsyslog _write __write __xstat
         conf.CHECK_FUNCS_IN('crypto', 'des_set_key')
         conf.CHECK_FUNCS_IN('copy_Authenticator', 'asn1')
         conf.CHECK_FUNCS_IN('roken_getaddrinfo_hostspec', 'roken')
-        conf.CHECK_FUNCS_IN('gss_display_status', 'gssapi gssapi_krb5')
+        if conf.CHECK_FUNCS_IN('gss_display_status', 'gssapi gssapi_krb5'):
+            conf.DEFINE('HAVE_GSSAPI', '1')
         conf.CHECK_FUNCS_IN('krb5_mk_req_extended krb5_kt_compare', 'krb5')
         conf.CHECK_FUNCS('''
 krb5_set_real_time krb5_set_default_in_tkt_etypes krb5_set_default_tgs_enctypes


-- 
Samba Shared Repository


More information about the samba-cvs mailing list