OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1063-g80df509

Gerrit Code Review gerrit@openafs.org
Wed, 13 Apr 2011 11:04:58 -0700 (PDT)


The following commit has been merged in the master branch:
commit 80df5096e7179ab9c7562614180e2e90c083ff7c
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Wed Apr 13 10:34:37 2011 -0500

    Fix some configure header prereqs
    
    On at least Solaris, the configure tests for netinet/if_ether.h and
    security/pam_modules.h issued warnings because they existed but were
    not compilable. Perform the tests with the prerequisite headers of
    net/if.h and security/pam_appl.h, respectively, so autoconf will stop
    yelling at us.
    
    Change-Id: I05d637784954c10af468b6065acd78139fc45245
    Reviewed-on: http://gerrit.openafs.org/4467
    Reviewed-by: Simon Wilkinson <sxw@inf.ed.ac.uk>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>

 acinclude.m4 |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

-- 
OpenAFS Master Repository