Change 16403 by jhi@alpha on 2002/05/04 19:02:56

        Solaris: show what 'that' is.

Affected files ...

.... //depot/perl/hints/solaris_2.sh#80 edit

Differences ...

==== //depot/perl/hints/solaris_2.sh#80 (text) ====
Index: perl/hints/solaris_2.sh
--- perl/hints/solaris_2.sh.~1~ Sat May  4 13:15:05 2002
+++ perl/hints/solaris_2.sh     Sat May  4 13:15:05 2002
@@ -96,14 +96,15 @@
 
 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
End of Patch.

Reply via email to