]> granicus.if.org Git - libtirpc/commit
Make svc_auth_none always available.
authorNick Alcock <nick.alcock@oracle.com>
Thu, 26 Apr 2012 19:32:57 +0000 (15:32 -0400)
committerSteve Dickson <steved@redhat.com>
Thu, 26 Apr 2012 19:54:02 +0000 (15:54 -0400)
commitdda745c63d3c0744b3937cf01f3ec9c9690998fa
tree3ce035eb0c7547309b08479e60f32a7e807f5f2a
parentf8104ba924be47dd8147d6334d5565550e3c847b
Make svc_auth_none always available.

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

svc_auth_none is only included in the build when GSS is compiled in, but
is used by svc_auth_unix, which is unconditionally included.

Include svc_auth_none unconditionally as well.

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