OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_11pre1-1-g7308aab

Gerrit Code Review gerrit@openafs.org
Wed, 14 Jan 2015 10:40:21 -0500


The following commit has been merged in the openafs-stable-1_6_x branch:
commit 7308aab9d911d87bde8a0a8a1e6120b83ea9bde6
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Tue Apr 26 14:32:25 2011 -0500

    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 |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository