From: Jarkko Hietaniemi Date: Sat, 4 May 2002 19:02:56 +0000 (+0000) Subject: Solaris: show what 'that' is. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=32ca13a01297bef361c74f9cfb64f1495ba8235e;p=p5sagit%2Fp5-mst-13.2.git Solaris: show what 'that' is. p4raw-id: //depot/perl@16403 --- diff --git a/hints/solaris_2.sh b/hints/solaris_2.sh index 138be7b..16c4e71 100644 --- a/hints/solaris_2.sh +++ b/hints/solaris_2.sh @@ -96,14 +96,15 @@ EOCBU case "$cc" in '') if test -f /opt/SUNWspro/bin/cc; then + cc=/opt/SUNWspro/bin/cc cat <&4 -You specified no cc but you seem to have the Workshop compiler installed, -using that. If you want something else, specify that in the command line, +You specified no cc but you seem to have the Workshop compiler +($cc) installed, using that. +If you want something else, specify that in the command line, e.g. Configure -Dcc=gcc EOF - cc=/opt/SUNWspro/bin/cc fi ;; esac