From b961ec7011bb50785dbbc271592b84f3ebae6432 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Fri, 5 Sep 2008 05:06:25 +0200 Subject: CertificateRequest angefangen (GSSAPI-Authentifikation) --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 575477d..f156d6d 100644 --- a/configure.ac +++ b/configure.ac @@ -30,6 +30,7 @@ AC_HEADER_STDBOOL AC_C_CONST # Checks for library functions. +AC_CHECK_LIB(gssapi_krb5, gss_init_sec_context, , AC_CHECK_LIB(gssapi, gss_init_sec_context, , AC_MSG_ERROR(Test for GSSAPI library failed.))) AC_CONFIG_FILES([ Makefile @@ -37,6 +38,7 @@ AC_CONFIG_FILES([ src/Common/Makefile src/Common/Request/Makefile src/Core/Makefile + src/Core/RequestHandler/Makefile src/Net/Makefile ]) -- cgit v1.2.3