- Fixed stupid typo..

# I will test before commit, I will test before commit...
This commit is contained in:
foobar 2003-01-24 10:12:55 +00:00
parent e771bdb23d
commit 4dfc7cc87c

View 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