Solaris: show what 'that' is.
Jarkko Hietaniemi [Sat, 4 May 2002 19:02:56 +0000 (19:02 +0000)]
p4raw-id: //depot/perl@16403

hints/solaris_2.sh

index 138be7b..16c4e71 100644 (file)
@@ -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