[603] in Zephyr_Bugs
Re: -lresolv and zephyr 2.0 beta (SunOS 4.1.x, at least)
daemon@ATHENA.MIT.EDU (Greg Hudson)
Wed Jul 5 19:49:09 1995
Date: Wed, 5 Jul 1995 19:49:02 -0400
From: Greg Hudson <ghudson@MIT.EDU>
To: "E. Jay Berkenbilt" <ejb@ERA.COM>
Cc: bug-zephyr@MIT.EDU
In-Reply-To: "[599] in Zephyr_Bugs"
> Zephyr links zhm with -lresolv if it's found regardless of whether
> this is the right thing to do.
Ah, yes. The real problem here is that Hesiod needs -lresolv on Suns,
since it uses res_send(). I will fix configure.in to check for
-lresolv only if Hesiod is used.