patch-cf_check-compile-et_m4 652 B

1234567891011121314151617
  1. --- heimdal-1.5.3.orig/cf/check-compile-et.m4 2012-12-09 23:06:44.000000000 +0100
  2. +++ heimdal-1.5.3/cf/check-compile-et.m4 2014-04-24 11:55:02.000000000 +0200
  3. @@ -3,12 +3,12 @@ dnl
  4. dnl CHECK_COMPILE_ET
  5. AC_DEFUN([CHECK_COMPILE_ET], [
  6. -AC_CHECK_PROG(COMPILE_ET, compile_et, [compile_et])
  7. +AC_CHECK_PROG(COMPILE_ET, compile_et, [compile_et],[no])
  8. krb_cv_compile_et="no"
  9. krb_cv_com_err_need_r=""
  10. krb_cv_compile_et_cross=no
  11. -if test "${COMPILE_ET}" = "compile_et"; then
  12. +if test "${COMPILE_ET}" != no; then
  13. dnl We have compile_et. Now let's see if it supports `prefix' and `index'.
  14. AC_MSG_CHECKING(whether compile_et has the features we need)