]> granicus.if.org Git - php/commitdiff
- Fixed stupid typo..
authorfoobar <sniper@php.net>
Fri, 24 Jan 2003 10:12:55 +0000 (10:12 +0000)
committerfoobar <sniper@php.net>
Fri, 24 Jan 2003 10:12:55 +0000 (10:12 +0000)
# I will test before commit, I will test before commit...

ext/imap/php_imap.c

index 67d083df6b948c0c769d6bcee600b73d70f522e4..ca315598b51169ce06c0058a79a0bfe4fd42214b 100644 (file)
@@ -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