diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-02-12 17:19:49 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-02-12 17:19:49 +0000 |
commit | e4e6589454472ec947ef14d2543f878504880442 (patch) | |
tree | ab40a52541c5343ce81a232e4b5886f7d4e994af /hints | |
parent | 16e141ab0a5cd680d17ee6da688273c2904a8561 (diff) | |
download | perl-e4e6589454472ec947ef14d2543f878504880442.tar.gz |
Retract #14661.
p4raw-id: //depot/perl@14662
Diffstat (limited to 'hints')
-rw-r--r-- | hints/solaris_2.sh | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/hints/solaris_2.sh b/hints/solaris_2.sh index bf8f422a2b..f89842a646 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 |