summaryrefslogtreecommitdiff
path: root/hints/solaris_2.sh
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-05-04 19:02:56 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-05-04 19:02:56 +0000
commit32ca13a01297bef361c74f9cfb64f1495ba8235e (patch)
tree956c8a82db22bbfd613c40d84eb18860391c052f /hints/solaris_2.sh
parent5a13a130d7c1d8c7c3bfac164c3e3cdc042f6c2b (diff)
downloadperl-32ca13a01297bef361c74f9cfb64f1495ba8235e.tar.gz
Solaris: show what 'that' is.
p4raw-id: //depot/perl@16403
Diffstat (limited to 'hints/solaris_2.sh')
-rw-r--r--hints/solaris_2.sh7
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