summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index d309f5b..e48c18f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -69,6 +69,9 @@ AC_CHECK_LIB([afsauthent], [KAM_DeleteUser],
LDFLAGS="$save_LDFLAGS"
AC_SUBST([AFS_LIBS])
+AC_CHECK_HEADERS([kerberosIV/krb.h])
+AC_CHECK_DECLS([ubik_Call], , , [#include <ubik.h>])
+
AC_CONFIG_HEADER([config.h])
AC_CONFIG_FILES([Makefile perl/Makefile.PL])
AC_CONFIG_FILES([tests/client/basic-t], [chmod +x tests/client/basic-t])