changeset 12520:d85c2bfb2ea2

[gaim-migrate @ 14832] Fix a warning. Everyone should be using --enable-debug. ;) committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Sat, 17 Dec 2005 05:25:03 +0000
parents e63a80be5227
children e9c143acd765
files src/protocols/jabber/auth.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
 	 */