svn commit: samba r6806 - in branches/SAMBA_4_0/source/include/system: .

abartlet at samba.org abartlet at samba.org
Mon May 16 02:22:26 GMT 2005


Author: abartlet
Date: 2005-05-16 02:22:25 +0000 (Mon, 16 May 2005)
New Revision: 6806

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=6806

Log:
Try again to fix the build on various kerberos libs.

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/include/system/kerberos.h


Changeset:
Modified: branches/SAMBA_4_0/source/include/system/kerberos.h
===================================================================
--- branches/SAMBA_4_0/source/include/system/kerberos.h	2005-05-16 02:18:57 UTC (rev 6805)
+++ branches/SAMBA_4_0/source/include/system/kerberos.h	2005-05-16 02:22:25 UTC (rev 6806)
@@ -29,7 +29,7 @@
 
 #ifdef HAVE_GSSAPI_KRB5_H
 #include <gssapi_krb5.h>
-#elif defined(HAVE_GSSAPI_KRB5_H)
+#elif defined(HAVE_GSSAPI_GSSAPI_KRB5_H)
 #include <gssapi/gssapi_krb5.h>
 #elif defined(HAVE_GSSAPI_H)
 #include <gssapi.h>



More information about the samba-cvs mailing list