X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mod_auth_gssapi.git;a=blobdiff_plain;f=configure.ac;h=7065b64f0489887d7d1809c9957ab5dcb8cff95b;hp=91a267964b7eed8248c90a43a8a7011873719ccb;hb=13a936819b2f77140b641357052c972681fb4efb;hpb=384f937f4cd9c7c09ed9226b620fe33912fe46e5 diff --git a/configure.ac b/configure.ac index 91a2679..7065b64 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([mod_auth_gssapi], [1.1.1], [simo@redhat.com]) +AC_INIT([mod_auth_gssapi], [1.3.2], [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]) @@ -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) @@ -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]) @@ -82,6 +83,6 @@ AC_SUBST([MAG_LIBS]) AC_SUBST([LIBTOOL]) AC_SUBST([MAG_LIBDIR]) -AC_CONFIG_FILES([Makefile src/Makefile]) +AC_CONFIG_FILES([Makefile src/Makefile src/asn1c/Makefile]) AC_OUTPUT