diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-04 19:02:56 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-04 19:02:56 +0000 |
commit | 32ca13a01297bef361c74f9cfb64f1495ba8235e (patch) | |
tree | 956c8a82db22bbfd613c40d84eb18860391c052f /hints | |
parent | 5a13a130d7c1d8c7c3bfac164c3e3cdc042f6c2b (diff) | |
download | perl-32ca13a01297bef361c74f9cfb64f1495ba8235e.tar.gz |
Solaris: show what 'that' is.
p4raw-id: //depot/perl@16403
Diffstat (limited to 'hints')
-rw-r--r-- | hints/solaris_2.sh | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/hints/solaris_2.sh b/hints/solaris_2.sh index 138be7b628..16c4e71aa0 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 <<EOF >&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 |