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 | a3bd69e111e63b640b8b10214aa2df8881ed7aa4 (patch) | |
tree | 79ef307428b21baceb40f5d0e3436553e178c8f8 /INSTALL | |
parent | 2f3e41f4d95bdff4ae7b58358dc2e57a03559e39 (diff) | |
parent | 8c274e032f8e7d1f849a218ab79ab48fb136ef34 (diff) | |
download | perl-a3bd69e111e63b640b8b10214aa2df8881ed7aa4.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 |