From: Jarkko Hietaniemi Date: Tue, 12 Feb 2002 17:19:49 +0000 (+0000) Subject: Retract #14661. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6e4796bd3be49024552aaa9b22d75a0e64bdf581;p=p5sagit%2Fp5-mst-13.2.git Retract #14661. p4raw-id: //depot/perl@14662 --- diff --git a/hints/solaris_2.sh b/hints/solaris_2.sh index bf8f422..f89842a 100644 --- a/hints/solaris_2.sh +++ b/hints/solaris_2.sh @@ -342,9 +342,6 @@ cat > UU/usethreads.cbu <<'EOCBU' # after it has prompted the user for whether to use threads. case "$usethreads" in $define|true|[yY]*) - case "$ccflags" in - *_REENTRANT*) ;; # Already been here, I presume. - *) ccflags="-D_REENTRANT $ccflags" # sched_yield is in -lposix4 up to Solaris 2.6, in -lrt starting with Solaris 2.7 @@ -388,9 +385,7 @@ for more information. EOM fi - ;; - esac - ;; + ;; esac EOCBU