]> git.michaelhowe.org Git - packages/o/openafs.git/commit
Fix --without-krb5
authorAndrew Deason <adeason@sinenomine.net>
Tue, 26 Apr 2011 19:32:25 +0000 (14:32 -0500)
committerDaria Brashear <shadow@your-file-system.com>
Wed, 14 Jan 2015 15:40:01 +0000 (10:40 -0500)
commit7308aab9d911d87bde8a0a8a1e6120b83ea9bde6
tree8b4edb1eab718b8eb7c6dc57539dc30c0f3b59a2
parent05f3c5254013b095c86a768c3107f475e99f9a56
Fix --without-krb5

Currently, specifying --without-krb5 causes the AM_CONDITIONAL
KRB5_USES_COM_ERR to not be defined, which makes configure refuse to
run successfully. Fix this by forcing KRB5_USES_COM_ERR to always be
false if we are running explicitly without krb5.

Reviewed-on: http://gerrit.openafs.org/4576
Reviewed-by: Russ Allbery <rra@stanford.edu>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
(cherry picked from commit 9b405a7b082a8498fb6e918df73482ad05e251ea)

Change-Id: I4e706a828e205cf649f09d770986bdfb27f984aa
Reviewed-on: http://gerrit.openafs.org/11636
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Chas Williams - CONTRACTOR <chas@cmf.nrl.navy.mil>
Reviewed-by: Daria Brashear <shadow@your-file-system.com>
src/cf/krb5.m4