patch-configure 755 B

12345678910111213141516171819202122
  1. $Id: update-patches 24 2008-08-31 14:56:13Z wbx $
  2. --- heimdal-1.2.1.orig/configure 2008-07-28 14:05:20.000000000 +0200
  3. +++ heimdal-1.2.1/configure 2009-11-19 21:01:07.000000000 +0100
  4. @@ -47096,9 +47096,6 @@ end
  5. EOF
  6. if ${COMPILE_ET} conftest_et.et >/dev/null 2>&1; then
  7. save_CPPFLAGS="${CPPFLAGS}"
  8. - if test -d "/usr/include/et"; then
  9. - CPPFLAGS="-I/usr/include/et ${CPPFLAGS}"
  10. - fi
  11. if test "$cross_compiling" = yes; then
  12. krb_cv_compile_et="yes" krb_cv_compile_et_cross=yes
  13. else
  14. @@ -47183,7 +47180,7 @@ rm -fr conftest*
  15. fi
  16. if test "${krb_cv_compile_et_cross}" = yes ; then
  17. - krb_cv_com_err="cross"
  18. + krb_cv_com_err="yes"
  19. elif test "${krb_cv_compile_et}" = "yes"; then
  20. krb_cv_save_LIBS="${LIBS}"
  21. LIBS="${LIBS} -lcom_err"