From: foobar Date: Fri, 24 Jan 2003 10:12:55 +0000 (+0000) Subject: - Fixed stupid typo.. X-Git-Tag: PHP_5_0_dev_before_13561_fix~62 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4dfc7cc87c6c847f0027e207b58fb827dd293e79;p=php - Fixed stupid typo.. # I will test before commit, I will test before commit... --- diff --git a/ext/imap/php_imap.c b/ext/imap/php_imap.c index 67d083df6b..ca315598b5 100644 --- a/ext/imap/php_imap.c +++ b/ext/imap/php_imap.c @@ -418,7 +418,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