diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-02-16 06:18:27 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-02-16 06:18:27 +0000 |
commit | 99ed61e6cc0c0db3082cc4fadff22a2fe3b2049f (patch) | |
tree | 79ef307428b21baceb40f5d0e3436553e178c8f8 /INSTALL | |
parent | cceca5ed003bac658cb0392a14bb2f26d434bd78 (diff) | |
parent | 9de70c85adb9a4d3b22d09bb8920e00bf4051bdb (diff) | |
download | perl-99ed61e6cc0c0db3082cc4fadff22a2fe3b2049f.tar.gz |
integrate change#2852 from maint-5.005; integrate cfgperl contents;
elide dups and non-dependents from Changes
p4raw-link: @2852 on //depot/maint-5.005/perl: 9d2bcc06253ec4693886be5b5b7869bda6582d6e
p4raw-id: //depot/perl@2958
p4raw-integrated: from //depot/maint-5.005/perl@2957 'copy in'
README.threads (@1717..) 'merge in' INSTALL (@2737..)
p4raw-integrated: from //depot/maint-5.005/perl@2852 'merge in'
Configure (@2837..)
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -549,8 +549,9 @@ some of the main things you can change. =head2 Threads -On some platforms, perl5.005 can be compiled to use threads. To -enable this, read the file README.threads, and then try +On some platforms, perl5.005 can be compiled with experimental support +for threads. To enable this, read the file README.threads, and then +try: sh Configure -Dusethreads |