OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-209-gb1f747c

Gerrit Code Review gerrit@openafs.org
Mon, 4 Oct 2010 09:08:00 -0700 (PDT)


The following commit has been merged in the master branch:
commit b1f747c1f131fc1a9f8a5895fb06607a255a27d8
Author: Simon Wilkinson <sxw@your-file-system.com>
Date:   Mon Oct 4 13:45:53 2010 +0100

    configure: Don't let autoconf pick our CFLAGS
    
    If the user hasn't specified CFLAGS on the command line to
    ./configure, then autoconf will set them to -g -O2 if the compiler
    supports those options.
    
    For compatibility with what OpenAFS has always done, and to let us
    manually set optimisation and debugging flags later, disable this
    behaviour.
    
    Change-Id: Ic78d5f824433d94d76f16c107af3488132d57155
    Reviewed-on: http://gerrit.openafs.org/2895
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>

 configure-libafs.ac |    3 +++
 configure.ac        |    4 ++++
 2 files changed, 7 insertions(+), 0 deletions(-)

-- 
OpenAFS Master Repository