diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 8 |
1 files changed, 0 insertions, 8 deletions
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 |