From 1e7f8d23d53de8bb52dc462d19aa4f7c12272781 Mon Sep 17 00:00:00 2001 From: nandika Date: Wed, 8 Jun 2011 09:20:32 +0000 Subject: makefile updated git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1133297 13f79535-47bb-0310-9956-ffa450edef68 --- build/win32/configure.in | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'build/win32/configure.in') diff --git a/build/win32/configure.in b/build/win32/configure.in index d5f9220..942100e 100644 --- a/build/win32/configure.in +++ b/build/win32/configure.in @@ -33,7 +33,9 @@ WITH_TCP = 1 WITH_ARCHIVE = 0 # # enable NTLM authentication support. -ENABLE_NTLM = 1 +ENABLE_NTLM_WITH_HEIMDAL = 0 +# +ENABLE_NTLM_WITH_LIBNTLM = 1 # ############################################################################# ### Dependant Binary Locations (Required) ### @@ -41,7 +43,6 @@ ENABLE_NTLM = 1 # # libxml2 binary location ( axis2c is built with libxml2 ) LIBXML2_BIN_DIR = E:\libxml2-2.6.30.win32 - # # iconv binary location ICONV_BIN_DIR = E:\iconv-1.9.2.win32 @@ -49,7 +50,6 @@ ICONV_BIN_DIR = E:\iconv-1.9.2.win32 # zlib binary location ZLIB_BIN_DIR= E:\zlib-1.2.3.win32 # -# ############################################################################# ### Dependant Binary Locations (Optional) ### ############################################################################# @@ -64,6 +64,8 @@ LIBCURL_BIN_DIR = E:\libcurl-7.15.1-msvc-win32-ssl-0.9.8a-zlib-1.2.3 #Heimdal HEIMDAL_BIN_DIR=D:\NTLM\heimdal-bin # +LIBNTLM_BIN_DIR=D:\libntlm +# ############################################################################# ### Apache Server module (required when building Axis2/C Apache Module) ### ############################################################################# -- cgit v1.1-32-gdbae