OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_68-28-g0f0f6cd
Gerrit Code Review
gerrit@openafs.org
Tue, 22 Dec 2009 15:24:13 -0800 (PST)
The following commit has been merged in the master branch:
commit 0f0f6cd613fe1084af948f1765a5e7e0772b117d
Author: Simon Wilkinson <sxw@inf.ed.ac.uk>
Date: Tue Dec 22 21:38:00 2009 +0000
Solaris: Be more flexible about compilers
OpenSolaris doesn't have its C compiler in /opt/SUNWspro/bin/cc,
but we still have to be careful to avoid gcc, as that can't
build the kernel module.
As a short term stop gap, add a PATH_PROG test which looks in
both /opt/SUNWspro/bin and /opt/SunStudioExpress/bin for cc.
We probably should look in more places, and in the long run,
we should probably be taking whatever autoconf gives us
(for userspace, at least)
Change-Id: Ie31cf1bf474650a081fc101a2aa40cfa6bd39423
Reviewed-on: http://gerrit.openafs.org/1020
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
acinclude.m4 | 2 +
src/cf/osconf.m4 | 72 +++++++++++++++++++++++++++---------------------------
2 files changed, 38 insertions(+), 36 deletions(-)
--
OpenAFS Master Repository