# HG changeset patch # User Richard Laager # Date 1134797103 0 # Node ID d85c2bfb2ea2997d1b60d98a7d62e0be16b311e1 # Parent e63a80be5227f927f0e3f1412ce7ba9c8bfdb731 [gaim-migrate @ 14832] Fix a warning. Everyone should be using --enable-debug. ;) committer: Tailor Script diff -r e63a80be5227 -r d85c2bfb2ea2 src/protocols/jabber/auth.c --- a/src/protocols/jabber/auth.c Sat Dec 17 05:13:45 2005 +0000 +++ b/src/protocols/jabber/auth.c Sat Dec 17 05:25:03 2005 +0000 @@ -727,7 +727,7 @@ return; } -#if HAVE_CYRUS_SASL +#ifdef HAVE_CYRUS_SASL /* The SASL docs say that if the client hasn't returned OK yet, we * should try one more round against it */