]> granicus.if.org Git - php/commitdiff
MFH
authorfoobar <sniper@php.net>
Thu, 23 Jan 2003 16:30:07 +0000 (16:30 +0000)
committerfoobar <sniper@php.net>
Thu, 23 Jan 2003 16:30:07 +0000 (16:30 +0000)
ext/imap/php_imap.c

index 89fef6b785ef51cfb92a63f9c03936f8eb853b30..d8702119b7570436d4ee376d26b2e1ecbeb7bc19 100644 (file)
@@ -420,7 +420,7 @@ PHP_MINIT_FUNCTION(imap)
 #ifndef PHP_WIN32
        auth_link(&auth_log);           /* link in the log authenticator */
        auth_link(&auth_md5);       /* link in the cram-md5 authenticator */ 
-#ifdef HAVE_IMAP_AUTH_GSS
+#ifdef HAVE_IMAP_KRB && defined(HAVE_IMAP_AUTH_GSS)
        auth_link(&auth_gss);           /* link in the gss authenticator */
 #endif