Hi Michal,
On Sat, Mar 17, 2007 at 04:34:48PM +0100, Michal Trojnara wrote:
The question is why -lnsl is not in your $saved_LIBS.
Because it is not in $LIBS. Quote from the original configure.ac:
saved_LIBS="$LIBS" LIBS="$saved_LIBS -lwrap"
If you look through configure.ac you see -lnsl ist never included in LIBS.
Regards Dieter