diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-06-05 01:42:44 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-06-05 01:42:44 +0000 |
commit | b29b105d35c9cfa06469ba931add920b89930b90 (patch) | |
tree | 5f237c61b2642cb529aa42b98d2672d854e8717f /INSTALL | |
parent | 4c18bbd32f64fb5117e27f750e0f7f223d17760d (diff) | |
download | perl-b29b105d35c9cfa06469ba931add920b89930b90.tar.gz |
Disable the combination of ithreads but not perlio.
p4raw-id: //depot/perl@16999
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -719,6 +719,9 @@ unmaintained. By default, Configure selects ithreads if -Dusethreads is specified. +(You need to use also the PerlIO layer, explained later, if you decide +to use ithreads, to guarantee the good interworking of threads and I/O.) + However, you can select the old 5005threads behavior sh Configure -Dusethreads -Duse5005threads |