changeset 22381:f56fb7858ecb

Enable SASL support for xmpp in the win32 build.
author Daniel Atallah <daniel.atallah@gmail.com>
date Fri, 29 Feb 2008 03:47:21 +0000
parents e2961252eb62
children c72af988f33a 50e5ac417035
files ChangeLog.win32 libpurple/win32/global.mak
diffstat 2 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog.win32	Fri Feb 29 03:24:10 2008 +0000
+++ b/ChangeLog.win32	Fri Feb 29 03:47:21 2008 +0000
@@ -2,6 +2,9 @@
 	* Updated GTK+ to 2.12.8
 	* Updated include Meanwhile library to include patches referenced at:
 	  https://sourceforge.net/tracker/?func=detail&atid=656718&aid=1626349&group_id=110565
+	* Build the xmpp protocol with SASL support (and include Cyrus SASL
+	  2.1.22).
+
 
 version 2.3.1 (12/7/2007):
 	* No changes
--- a/libpurple/win32/global.mak	Fri Feb 29 03:24:10 2008 +0000
+++ b/libpurple/win32/global.mak	Fri Feb 29 03:47:21 2008 +0000
@@ -77,6 +77,8 @@
 DISPLAY_VERSION := $(PIDGIN_VERSION)
 endif
 
+CYRUS_SASL ?= 1
+
 DEFINES += -DHAVE_CONFIG_H
 
 # Use -g flag when building debug version of Pidgin (including plugins).