OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_74_1-132-g3313e74

Gerrit Code Review gerrit@openafs.org
Sun, 23 May 2010 07:25:38 -0700 (PDT)


The following commit has been merged in the master branch:
commit 3313e7499642c39b0be1574102b8cdf6bfa565b5
Author: Simon Wilkinson <sxw@inf.ed.ac.uk>
Date:   Sat May 22 09:40:05 2010 +0100

    Autoconf: Tidy up resolver retrans retry test
    
    There's no need for the retrans retry test to be a TRY_RUN test,
    TRY_COMPILE will pick up the existence of the '_res' structure and
    its elements.
    
    Also, clean up the use of the cache variable to set the result. In
    the old implementation a true test result would print '1', not 'yes',
    a false result would result in bad output in the config.log, and a
    cross compiling output would give
      #define HAVE_RES_RETRANSRETRY no
    which will give unexpected results with #ifdef tests.
    
    Change-Id: If78c1b01ee89242c67f87238ca502ce43718c6a2
    Reviewed-on: http://gerrit.openafs.org/2014
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>

 src/cf/ressearch.m4 |   25 ++++++++++++-------------
 1 files changed, 12 insertions(+), 13 deletions(-)

-- 
OpenAFS Master Repository