summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
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
])