summaryrefslogtreecommitdiff
path: root/package/heimdal/patches/patch-cf_check-compile-et_m4
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-06-25 16:24:07 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-06-27 11:03:19 +0200
commit45bf2abc94df0dc4e5e1af41e90137a3cd653e7d (patch)
treeebc66e2381cf642ef6526ba9df9f5d820512fe44 /package/heimdal/patches/patch-cf_check-compile-et_m4
parent77cf268edb1eaf11a4bdcd2b54d1fd19a44c42bd (diff)
get rid of heimdal, no updates in a year, no time to care for two krb5 implementations
Diffstat (limited to 'package/heimdal/patches/patch-cf_check-compile-et_m4')
-rw-r--r--package/heimdal/patches/patch-cf_check-compile-et_m417
1 files changed, 0 insertions, 17 deletions
diff --git a/package/heimdal/patches/patch-cf_check-compile-et_m4 b/package/heimdal/patches/patch-cf_check-compile-et_m4
deleted file mode 100644
index 0211e2b8f..000000000
--- a/package/heimdal/patches/patch-cf_check-compile-et_m4
+++ /dev/null
@@ -1,17 +0,0 @@
---- heimdal-1.5.3.orig/cf/check-compile-et.m4 2012-12-09 23:06:44.000000000 +0100
-+++ heimdal-1.5.3/cf/check-compile-et.m4 2014-04-24 11:55:02.000000000 +0200
-@@ -3,12 +3,12 @@ dnl
- dnl CHECK_COMPILE_ET
- AC_DEFUN([CHECK_COMPILE_ET], [
-
--AC_CHECK_PROG(COMPILE_ET, compile_et, [compile_et])
-+AC_CHECK_PROG(COMPILE_ET, compile_et, [compile_et],[no])
-
- krb_cv_compile_et="no"
- krb_cv_com_err_need_r=""
- krb_cv_compile_et_cross=no
--if test "${COMPILE_ET}" = "compile_et"; then
-+if test "${COMPILE_ET}" != no; then
-
- dnl We have compile_et. Now let's see if it supports `prefix' and `index'.
- AC_MSG_CHECKING(whether compile_et has the features we need)