libresolv.a and libnsl.a

4 views
Skip to first unread message

Brazil

unread,
Sep 2, 2008, 2:36:23 PM9/2/08
to tinymux-dev
On Debian and FreeBSD, TinyMUX doesn't need to link against these
libraries, so I've removed the following from configure.in/
configure.ac:

AC_CHECK_LIB(resolv, main)
AC_CHECK_LIB(nsl, main)

I'll build on other environments later to prove whether this is a good
idea or not, but if you feel like beating me to the punch, feel free.


Brazil

Brazil

unread,
Sep 5, 2008, 11:34:15 AM9/5/08
to tinymux-dev
TinyMUX on Solaris does not require libresolv.a, but it does need
libnsl.a, so we use the following:

case "$host" in
*solaris*) AC_CHECK_LIB(nsl, main)
;;
esac
Reply all
Reply to author
Forward
0 new messages