diff libpurple/win32/global.mak @ 22396:801116601a7b

Avoid saying "Cyrus SASL: Disabled" in the About box on Win32 when it's not true!
author Kevin Stange <kevin@simguy.net>
date Sat, 01 Mar 2008 09:42:07 +0000
parents f56fb7858ecb
children 8b952cb84f45
line wrap: on
line diff
--- a/libpurple/win32/global.mak	Fri Feb 29 21:11:47 2008 +0000
+++ b/libpurple/win32/global.mak	Sat Mar 01 09:42:07 2008 +0000
@@ -79,6 +79,10 @@
 
 CYRUS_SASL ?= 1
 
+ifeq ($(CYRUS_SASL), 1)
+DEFINES += -DHAVE_CYRUS_SASL
+endif
+
 DEFINES += -DHAVE_CONFIG_H
 
 # Use -g flag when building debug version of Pidgin (including plugins).