summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2015-05-25 17:04:08 +0200
committerSimo Sorce <simo@redhat.com>2015-06-03 18:06:30 -0400
commit06e34da63c402cec34af5c3ada19ee0a97aa74e2 (patch)
treee3c0e1e0347206513d77a191068af08dd1f45037 /configure.ac
parenta2c2a02edaadda09408708cf9d7b57aa59ae4b39 (diff)
downloadmod_auth_gssapi-06e34da63c402cec34af5c3ada19ee0a97aa74e2.tar.gz
mod_auth_gssapi-06e34da63c402cec34af5c3ada19ee0a97aa74e2.tar.xz
mod_auth_gssapi-06e34da63c402cec34af5c3ada19ee0a97aa74e2.zip
Allow raw NTLM authentication
Some clients may decide to use raw NTLM authentication instead of wrapping it into a Negotiate (SPNEGO) authentication request. If the NTLMSSP mechanism is allowed/supported then allow this request to be processed. Closes #23
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1eb3e90..b1e13d0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,7 +7,7 @@ AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADERS([src/config.h])
# Checks for programs.
-AC_PROG_CC
+AC_PROG_CC_STDC
AC_PROG_LIBTOOL
AC_SUBST(INCLTDL)