Set krb5 ccache only if krb5 is used
[mod_auth_gssapi.git] / configure.ac
index 1eb3e90..9013e8c 100644 (file)
@@ -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)
@@ -82,6 +82,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