--- openssh-5.7p1/configure.ac.orig 2011-01-22 00:37:05.000000000 +0200 +++ openssh-5.7p1/configure.ac 2011-01-24 16:21:01.711393457 +0200 @@ -3572,14 +3572,14 @@ [ AC_MSG_RESULT(yes) AC_DEFINE(HEIMDAL) K5LIBS="-lkrb5" - K5LIBS="$K5LIBS -lcom_err -lasn1" + K5LIBS="$K5LIBS -lasn1" AC_CHECK_LIB(roken, net_write, [K5LIBS="$K5LIBS -lroken"]) AC_CHECK_LIB(des, des_cbc_encrypt, [K5LIBS="$K5LIBS -ldes"]) ], [ AC_MSG_RESULT(no) - K5LIBS="-lkrb5 -lk5crypto -lcom_err" + K5LIBS="-lkrb5 -lk5crypto" ] ) AC_SEARCH_LIBS(dn_expand, resolv)