[SCM] Samba Shared Repository - branch master updated

Günther Deschner gd at samba.org
Fri Nov 27 12:11:05 MST 2009


The branch, master has been updated
       via  51328a7... s3-kerberos: fix the build on Mac OS X 10.6.2.
      from  2175c0e... s4:samba3.py - deactivate also the assertion on line 599

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


- Log -----------------------------------------------------------------
commit 51328a7056918bc75a7c1c442f47cf0271075542
Author: Günther Deschner <gd at samba.org>
Date:   Fri Nov 27 20:08:44 2009 +0100

    s3-kerberos: fix the build on Mac OS X 10.6.2.
    
    Guenther

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

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 95e91c2..80952b5 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -3370,7 +3370,7 @@ if test x"$with_ads_support" != x"no"; then
     AC_TRY_COMPILE(
       [#define KRB5_DEPRECATED 1
       #include <krb5.h>],
-      [void main(void) {}],
+      [],
       samba_cv_HAVE_KRB5_DEPRECATED_WITH_IDENTIFIER=yes,
       samba_cv_HAVE_KRB5_DEPRECATED_WITH_IDENTIFIER=no)])
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list