From: foobar Date: Thu, 23 Jan 2003 16:30:07 +0000 (+0000) Subject: MFH X-Git-Tag: PHP_4_3_before_13561_fix~36 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cea7bd34cab7295787a8642180ead506f45ad7f9;p=php MFH --- diff --git a/ext/imap/php_imap.c b/ext/imap/php_imap.c index 89fef6b785..d8702119b7 100644 --- a/ext/imap/php_imap.c +++ b/ext/imap/php_imap.c @@ -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