Simplified the reading
H.Merijn Brand [Thu, 13 Nov 2003 09:25:15 +0000 (09:25 +0000)]
p4raw-id: //depot/perl@21713

hints/solaris_2.sh

index 965f49d..d1c1a06 100644 (file)
@@ -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)