From 91bc6964ef852f26ee4382605c4e39e4704f745e Mon Sep 17 00:00:00 2001 From: nandika Date: Wed, 8 Jun 2011 09:22:20 +0000 Subject: git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1133298 13f79535-47bb-0310-9956-ffa450edef68 --- build/win32/configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/win32/configure.in b/build/win32/configure.in index 942100e..1151151 100644 --- a/build/win32/configure.in +++ b/build/win32/configure.in @@ -33,9 +33,9 @@ WITH_TCP = 1 WITH_ARCHIVE = 0 # # enable NTLM authentication support. -ENABLE_NTLM_WITH_HEIMDAL = 0 +ENABLE_NTLM_WITH_HEIMDAL = 1 # -ENABLE_NTLM_WITH_LIBNTLM = 1 +ENABLE_NTLM_WITH_LIBNTLM = 0 # ############################################################################# ### Dependant Binary Locations (Required) ### -- cgit v1.1-32-gdbae