summaryrefslogtreecommitdiffstats
path: root/build/win32/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'build/win32/configure.in')
-rw-r--r--build/win32/configure.in8
1 files changed, 5 insertions, 3 deletions
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) ###
#############################################################################