From 40e268f5188570606a0abf7d30cd3d9a79732f2c Mon Sep 17 00:00:00 2001 From: pier11 Date: Mon, 29 Mar 2010 08:21:45 +0100 Subject: [PATCH] mingw: reinstated Kerberos feature I know you dont't use/like Kerberos, but it's needed by spec and sometimes only option for users. It's preferred authentication mechanism in Windows and more secure than any version of NTLM. :)) --- src/core/Makefile.mingw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/Makefile.mingw b/src/core/Makefile.mingw index 4af7c370..b47ae15c 100644 --- a/src/core/Makefile.mingw +++ b/src/core/Makefile.mingw @@ -32,7 +32,7 @@ DEFINES += -DPACKAGE_BUGREPORT=\"https://sourceforge.net/tracker/?atid=949931\&g DEFINES += -DPACKAGE_NAME=\"pidgin-sipe\" DEFINES += -DPACKAGE_URL=\"http://sipe.sourceforge.net/\" DEFINES += -DPACKAGE_VERSION=\"$(VERSION)\" -DEFINES += -DHAVE_KERBEROS=1 +DEFINES += -DHAVE_LIBKRB5=1 ## ## INCLUDE PATHS ## -- 2.11.4.GIT