From: David Levine Date: Tue, 10 Dec 2013 22:43:20 +0000 (-0600) Subject: Need full path to cc on Solaris buildbot host, at this point. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/959dbc18d02cb81512ee2d0904b76e9287c95ee4?hp=5d61001a51f3c0c48d6cd296155607dea302a88b Need full path to cc on Solaris buildbot host, at this point. --- diff --git a/configure.ac b/configure.ac index 4b4e42b4..f206b809 100644 --- a/configure.ac +++ b/configure.ac @@ -99,7 +99,7 @@ fi dnl Use SunStudio cc, with -v, on Solaris if user didn't set CC. if test -z "$CC" -a -d /opt/solarisstudio12.3/bin; then - CC=cc; export CC + CC=/opt/solarisstudio12.3/bin/cc; export CC ${CC} -V CFLAGS="${CFLAGS:+$CFLAGS }-v" fi