summaryrefslogtreecommitdiffstats
path: root/src/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/preauth/pkinit/configure.in19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/plugins/preauth/pkinit/configure.in b/src/plugins/preauth/pkinit/configure.in
deleted file mode 100644
index 581928906..000000000
--- a/src/plugins/preauth/pkinit/configure.in
+++ /dev/null
@@ -1,19 +0,0 @@
-K5_AC_INIT(configure.in)
-enable_shared=yes
-build_dynobj=yes
-CONFIG_RULES
-AC_CHECK_HEADERS(unistd.h)
-AC_TYPE_MODE_T
-AC_TYPE_OFF_T
-
-AC_CHECK_FUNCS()
-
-# XXX This is incorrect, but should cause -lcrypto to be included by default
-AC_CHECK_LIB(crypto, PKCS7_get_signer_info)
-
-KRB5_RUN_FLAGS
-dnl The following is for check...
-KRB5_BUILD_PROGRAM
-KRB5_BUILD_LIBOBJS
-KRB5_BUILD_LIBRARY
-V5_AC_OUTPUT_MAKEFILE