summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-03-22 14:32:57 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-03-22 14:32:57 +0000
commit39e147499af2752b10f56edbbc22cfb5cd9c323d (patch)
treeec3ecfb6bbbd2db84161b5137f8c0206144aea7a
parenteee97483e8b20972a6444d8283945e690003b688 (diff)
downloadperl-39e147499af2752b10f56edbbc22cfb5cd9c323d.tar.gz
Make the no-luck-on-uselongdouble warning more visible.
p4raw-id: //depot/cfgperl@5874
-rw-r--r--hints/solaris_2.sh7
1 files changed, 3 insertions, 4 deletions
diff --git a/hints/solaris_2.sh b/hints/solaris_2.sh
index df61932db8..8aee6d40dc 100644
--- a/hints/solaris_2.sh
+++ b/hints/solaris_2.sh
@@ -468,12 +468,11 @@ cat > UU/uselongdouble.cbu <<'EOCBU'
case "$uselongdouble-$uselongdouble_done" in
"$define-"|true-|[yY]*-)
case "$ccisworkshop" in
- '') cat <<EOM
+ '') cat >&4 <<EOM
-I do not see the Sun Workshop compiler; therefore there is no
-libsunmath.so; therefore I cannot do long doubles, sorry.
+I do not see the Sun Workshop compiler; therefore I do not see
+the libsunmath; therefore I do not know how to do long doubles, sorry.
I'm disabling the use of long doubles.
-
EOM
uselongdouble="$undef"
;;