]> granicus.if.org Git - php/commitdiff
MFH: typofix
authorfoobar <sniper@php.net>
Fri, 24 Jan 2003 10:13:16 +0000 (10:13 +0000)
committerfoobar <sniper@php.net>
Fri, 24 Jan 2003 10:13:16 +0000 (10:13 +0000)
ext/imap/php_imap.c

index d8702119b7570436d4ee376d26b2e1ecbeb7bc19..cdba20fca52ff7acec9152f8687c9dbce11fe370 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_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