diff src/auth/mech-gssapi.c @ 8872:643a96aec996 HEAD

Fixed --with-ldap=plugin and --with-gssapi=plugin
author Timo Sirainen <tss@iki.fi>
date Thu, 26 Mar 2009 18:36:36 -0400
parents 601e0382b442
children 4172004c1958
line wrap: on
line diff
--- a/src/auth/mech-gssapi.c	Thu Mar 26 18:17:09 2009 -0400
+++ b/src/auth/mech-gssapi.c	Thu Mar 26 18:36:36 2009 -0400
@@ -23,7 +23,7 @@
 
 #include <stdlib.h>
 
-#ifdef HAVE_GSSAPI
+#if defined(BUILTIN_GSSAPI) || defined(PLUGIN_BUILD)
 
 #ifndef HAVE___GSS_USEROK
 #  define USE_KRB5_USEROK