summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar nandika2011-06-11 07:57:46 +0000
committerGravatar nandika2011-06-11 07:57:46 +0000
commita5637a188abf6660dd62bf02c4e61da145295ec6 (patch)
treef97e6a7abd543ab5cbce2175076c9cd4ef73cd98
parent565f39141bb60cfd240a99009349bf18871b323e (diff)
downloadaxis2c-a5637a188abf6660dd62bf02c4e61da145295ec6.tar.gz
axis2c-a5637a188abf6660dd62bf02c4e61da145295ec6.tar.bz2
configure.ac setting reverted
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1134543 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e5a67d7..e5a23fd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -249,7 +249,6 @@ AC_ARG_ENABLE(libntlm, [ --enable-libntlm
AC_MSG_RESULT(yes)
NTLM_WRAPPER_DIR="libntlm"
NTLM_DIR="ntlm"
- PKG_CHECK_MODULES(LIBNTLM, libntlm-1.2)
CFLAGS="$CFLAGS -DAXIS2_LIBNTLM_ENABLED -DAXIS2_NTLM_ENABLED"
CPPFLAGS="$CPPFLAGS $NTLM_CFLAGS -DAXIS2_LIBNTLM_ENABLED -DAXIS2_NTLM_ENABLED -DLIBNTLM_CFLAGS"
LDFLAGS="$LDFLAGS $NTLM_LDFLAGS $LIBNTLM_LIBS"