]> granicus.if.org Git - libtirpc/commit
No longer require NIS.
authorNick Alcock <nick.alcock@oracle.com>
Thu, 26 Apr 2012 19:38:56 +0000 (15:38 -0400)
committerSteve Dickson <steved@redhat.com>
Thu, 26 Apr 2012 19:54:02 +0000 (15:54 -0400)
commitea965b0b4cd592527558f01cb254629b6ecbb50f
tree1f30388b2d13850140a18ca244cddcd7dfbf9da4
parentdda745c63d3c0744b3937cf01f3ec9c9690998fa
No longer require NIS.

From: Nick Alcock <nick.alcock@oracle.com>

NIS is deader than the proverbial dodo, and eglibc allows you to compile
it out entirely.  Though libtirpc can work with NIS, it works perfectly
well if NIS is not in the libc, thanks to nsswitch (acting as if NIS
is there but empty).

However, when NIS is not compiled into eglibc, libnsl is not present.
So check for it at configure time, and include it via LIBS if available.
(I suspect this LIBS-inclusion will have no effect, and we don't even
need to check for NIS at compile time, but I have no NIS-capable systems to
test this on.)

Signed-off-by: Nick Alcock <nick.alcock@oracle.com>
Signed-off-by: Steve Dickson <steved@redhat.com>
configure.ac
src/Makefile.am