From c81d83392c2550cbadbb01667aa4d7a50a886b77 Mon Sep 17 00:00:00 2001 From: sheldonh Date: Sun, 27 May 2001 11:23:31 +0000 Subject: The PERL_THREADED knob is causing too many people too many problems. Add a dire warning about the experimental nature of threaded Perl. --- share/examples/etc/make.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'share') diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index 9fee8f5..e34bb5d 100644 --- a/share/examples/etc/make.conf +++ b/share/examples/etc/make.conf @@ -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 -- cgit v1.1