summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Atallah <datallah@pidgin.im>2008-03-18 19:03:12 +0000
committerDaniel Atallah <datallah@pidgin.im>2008-03-18 19:03:12 +0000
commitc47d601ae74e5a7d4eb44b20c6dc369166e34198 (patch)
tree306aaffd9858e87fe1b72074c3c577efe99eacb8
parentc8abde07f8e15a0dac838ea4c701a13ca6621994 (diff)
downloadpidgin-c47d601ae74e5a7d4eb44b20c6dc369166e34198.tar.gz
Use the new cyrus-sasl package containing msvcrt dependent MIT gssapi libraries.
-rw-r--r--libpurple/protocols/jabber/Makefile.mingw2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpurple/protocols/jabber/Makefile.mingw b/libpurple/protocols/jabber/Makefile.mingw
index 4af180b67b..5a29a513e9 100644
--- a/libpurple/protocols/jabber/Makefile.mingw
+++ b/libpurple/protocols/jabber/Makefile.mingw
@@ -83,7 +83,7 @@ LIBS = \
-lpurple
ifeq ($(CYRUS_SASL), 1)
-CYRUS_SASL_TOP := $(WIN32_DEV_TOP)/cyrus-sasl-2.1.22
+CYRUS_SASL_TOP := $(WIN32_DEV_TOP)/cyrus-sasl-2.1.22-daa1
INCLUDE_PATHS += -I$(CYRUS_SASL_TOP)/include
LIB_PATHS += -L$(CYRUS_SASL_TOP)/lib
LIBS += -llibsasl