--- cyrus-imapd-2.1.14/configure.in.wiget Thu Jun 21 20:46:04 2001 +++ cyrus-imapd-2.1.14/configure.in Thu Jun 21 23:40:18 2001 @@ -668,7 +668,8 @@ ;; *) # use whatever they told us, or whatever we found COMPILE_ET="${with_com_err}/bin/compile_et" - COM_ERR_LIBS="${with_com_err}/lib/libcom_err.a" + COM_ERR_LDFLAGS="-L${with_com_err}/lib" + COM_ERR_LIBS="-lcom_err" COM_ERR_CPPFLAGS="-I${with_com_err}/include" # Ever get the feeling people hide this stuff on purpose? if test -d "${with_com_err}/include/et" ; then