From 53b27504ee9c1e323c5842d82862e40cdafe408f Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Wed, 29 Aug 2007 21:42:25 +0000 Subject: Kill warnings. We now build with all warnings enabled. --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.ac') 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 ]) + 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]) -- cgit v1.2.3