summaryrefslogtreecommitdiff
path: root/hints/solaris_2.sh
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2003-11-13 09:25:15 +0000
committerH.Merijn Brand <h.m.brand@xs4all.nl>2003-11-13 09:25:15 +0000
commita9d9270b1989803b2cc2c5f6d551fe8565bcc2d0 (patch)
treec56f24182ad8d2613d04b7baa84228e2c6011c74 /hints/solaris_2.sh
parent9da7673b7054f9d1835c479b7fbc956d286d5af9 (diff)
downloadperl-a9d9270b1989803b2cc2c5f6d551fe8565bcc2d0.tar.gz
Simplified the reading
p4raw-id: //depot/perl@21713
Diffstat (limited to 'hints/solaris_2.sh')
-rw-r--r--hints/solaris_2.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/hints/solaris_2.sh b/hints/solaris_2.sh
index 965f49d62b..d1c1a063a4 100644
--- a/hints/solaris_2.sh
+++ b/hints/solaris_2.sh
@@ -448,15 +448,12 @@ EOM
exit 1
;;
esac
- ;;
-esac
+
# gcc-2.8.1 on Solaris 8 with -Duse64bitint fails op/pat.t test 822
# if we compile regexec.c with -O. Turn off optimization for that one
# file. See hints/README.hints , especially
# =head2 Propagating variables to config.sh, method 3.
# A. Dougherty May 24, 2002
-case "$use64bitint" in
-"$define")
case "${gccversion}-${optimize}" in
2.8*-O*)
# Honor a command-line override (rather unlikely)