X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=configure.ac;h=f8d3cf8110e40618093b0c28b02aff6b77c8e867;hb=3652da99739cc95c8278ba726e7446ec1e9c9e0f;hp=9013e8c0c119aa949975d69a982976a5b7326877;hpb=abd7c2e0ce5bd17997fb4c05eb2c7453060c0a3a;p=mod_auth_gssapi.git diff --git a/configure.ac b/configure.ac index 9013e8c..f8d3cf8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([mod_auth_gssapi], [1.2.0], [simo@redhat.com]) +AC_INIT([mod_auth_gssapi], [1.3.1], [simo@redhat.com]) AC_CONFIG_SRCDIR([src/mod_auth_gssapi.c]) AM_INIT_AUTOMAKE([-Wall foreign subdir-objects tar-pax]) m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) @@ -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])