X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mod_auth_gssapi.git;a=blobdiff_plain;f=configure.ac;fp=configure.ac;h=b378b26b3e62582c988f3ae82205bb25ccae3076;hp=4b182079c4f2e8a481df0d913e51f40cfe8fec88;hb=4d75af14e3f703ec0cfeeb4ffb998619449c859a;hpb=7d7e020f0b9ad103c7129ede66854f7b02a16add diff --git a/configure.ac b/configure.ac index 4b18207..b378b26 100644 --- a/configure.ac +++ b/configure.ac @@ -55,6 +55,7 @@ AC_SUBST([OPENSSL_LIBS]) AC_CHECK_HEADERS([gssapi/gssapi.h gssapi/gssapi_ext.h gssapi/gssapi_krb5.h], ,[AC_MSG_ERROR([Could not find GSSAPI headers])]) +AC_CHECK_HEADERS([gssapi/gssapi_ntlmssp.h]) AC_PATH_PROG(KRB5_CONFIG, krb5-config, failed) if test x$KRB5_CONFIG = xfailed; then AC_MSG_ERROR([Could not find GSSAPI development libraries])