From eb15881a9452eb3447f37c023070d33a39cfe499 Mon Sep 17 00:00:00 2001 From: foobar Date: Fri, 24 Jan 2003 10:13:16 +0000 Subject: [PATCH] MFH: typofix --- ext/imap/php_imap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/imap/php_imap.c b/ext/imap/php_imap.c index d8702119b7..cdba20fca5 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_KRB && defined(HAVE_IMAP_AUTH_GSS) +#if HAVE_IMAP_KRB && defined(HAVE_IMAP_AUTH_GSS) auth_link(&auth_gss); /* link in the gss authenticator */ #endif -- 2.50.1