0.8.13.70: MORE DOCUMENTATION
[sbcl.git] / doc / manual / package-locks-basic.texinfo
1 SBCL can be built with support for package locks to protect against
2 unintentional modifications of packages. The full documentation for
3 package locks is only built if package locks are enabled in the image
4 the documentation was built from,
5
6 Package locking support is currently not built by default. To build
7 SBCL with package locking enabled add @code{:sb-package-locks} to
8 target @code{*features*} as per instructions in the file
9 @file{INSTALL}.