diff options
author | markm <markm@FreeBSD.org> | 2001-05-31 11:19:00 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 2001-05-31 11:19:00 +0000 |
commit | 281cddbde10c67acbca2098b9836161675157c35 (patch) | |
tree | e647354d53af57a1782d69acd4e8065873035ca5 /etc | |
parent | 5a944deb333cec8ab5c7cb878593da62a1a30bcb (diff) | |
download | FreeBSD-src-281cddbde10c67acbca2098b9836161675157c35.zip FreeBSD-src-281cddbde10c67acbca2098b9836161675157c35.tar.gz |
PERL_THREADED is too experimental at this stage. Remove.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/defaults/make.conf | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf index e34bb5d..faf7aca 100644 --- a/etc/defaults/make.conf +++ b/etc/defaults/make.conf @@ -73,11 +73,6 @@ 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 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 #PPP_NOSUID= true # |