Build libafscp when we lack kerberos
authorAndrew Deason <adeason@sinenomine.net>
Tue, 26 Apr 2011 19:44:46 +0000 (14:44 -0500)
committerDerrick Brashear <shadow@dementia.org>
Wed, 27 Apr 2011 17:38:18 +0000 (10:38 -0700)
commit64c92b24447aa1a86a4557d6bab3a72b38640fce
treede1852debb0e50735bb00df7a5ef6d8a689ab9f3
parentf314dae7fdd06d80bd8d0f333fd8ace36708d28a
Build libafscp when we lack kerberos

Currently, venus fails to build without kerberos, since the
dependencies for afsio always include afscp.h, which does not exist
when we do not build libafscp. To fix this the easy way, and since
libafscp is still very useful without kerberos, allow libafscp to
build without kerberos support (which limits it to anonymous
connections only).

Change-Id: Ief620ca99223f195795dcbe746b47fcbfa2e7450
Reviewed-on: http://gerrit.openafs.org/4577
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Makefile.in
src/libafscp/afscp_server.c
src/libafscp/afscp_util.c
src/venus/Makefile.in