The PERL_THREADED knob is causing too many people too many problems.

Add a dire warning about the experimental nature of threaded Perl.
This commit is contained in:
sheldonh 2001-05-27 11:23:31 +00:00
parent 012a472bf5
commit 487309750e
2 changed files with 6 additions and 2 deletions

View File

@ -73,7 +73,9 @@ BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \
# To enable installing suidperl with the setuid bit turned on
#ENABLE_SUIDPERL= true
#
# To build perl with thread support
# To build perl with experimental thread support
# Do NOT enable this unless you have read the installation documentation
# from the Perl distribution and understand the implications.
#PERL_THREADED= true
#
# To build ppp with normal permissions

View File

@ -73,7 +73,9 @@ BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \
# To enable installing suidperl with the setuid bit turned on
#ENABLE_SUIDPERL= true
#
# To build perl with thread support
# To build perl with experimental thread support
# Do NOT enable this unless you have read the installation documentation
# from the Perl distribution and understand the implications.
#PERL_THREADED= true
#
# To build ppp with normal permissions