# HG changeset patch # User Daniel Atallah # Date 1204256841 0 # Node ID f56fb7858ecb2712da82cb1a3c3ea20851310250 # Parent e2961252eb62337971470d8d5704cf80442e44b0 Enable SASL support for xmpp in the win32 build. diff -r e2961252eb62 -r f56fb7858ecb ChangeLog.win32 --- 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 diff -r e2961252eb62 -r f56fb7858ecb libpurple/win32/global.mak --- 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).