OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1128-g9b405a7

Gerrit Code Review gerrit@openafs.org
Wed, 27 Apr 2011 04:56:34 -0700 (PDT)


The following commit has been merged in the master branch:
commit 9b405a7b082a8498fb6e918df73482ad05e251ea
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.
    
    Change-Id: I96274847a3dbbb8436ef04f24476606cb15c6618
    Reviewed-on: http://gerrit.openafs.org/4576
    Reviewed-by: Russ Allbery <rra@stanford.edu>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>

 src/cf/krb5.m4 |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository