From bb59442e8131ab45ab36900c05c02757eca05feb Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Wed, 25 Aug 2004 00:48:14 +0000 Subject: Removed NTLM support from the main branch. --- configure.in | 8 -------- 1 file changed, 8 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 9978332..9e3a7f3 100644 --- a/configure.in +++ b/configure.in @@ -66,7 +66,6 @@ fi AC_ARG_WITH(ldap, [ --with-ldap with LDAP support]) AC_ARG_WITH(pgsql, [ --with-pgsql with Postgres support]) AC_ARG_WITH(ldap, [ --with-mysql with MYSQL support]) -AC_ARG_ENABLE(ntlm, [ --enable-ntlm enable NTLM support]) # TODO: Figure out why we need this wierd hack ACX_PTHREAD( , [echo "ERROR: Pthread support not found."; exit 1] ) @@ -163,13 +162,6 @@ if test -n "$with_mysql"; then AC_DEFINE_UNQUOTED(WITH_MYSQL, 1, [With MYSQL Support] ) fi -# NTLM Support -AM_CONDITIONAL(WITH_NTLM, test -n "$enable_ntlm") -if test -n "$enable_ntlm"; then - echo "enabling NTLM support" - AC_DEFINE_UNQUOTED(WITH_NTLM, 1, [With NTLM Support] ) -fi - # Have to resolve this for the path below if test "${prefix}" = "NONE"; then prefix=$ac_default_prefix -- cgit v1.2.3