Comment for PTHREAD OPTION was inverted.

Reported by:	nork
This commit is contained in:
Jun Kuriyama 2010-10-09 10:11:47 +00:00
parent 71f3009f1f
commit 5b778ae59b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=262663

View File

@ -38,7 +38,7 @@ OPTIONS= DEBUG "Debugging support" off \
FASTEST "Fastest run" off \
LZMA "Enable LZMA codec" off \
LZO "Enable LZO codec" off \
PTHREAD "Disable POSIX thread support" on \
PTHREAD "Enable POSIX thread support" on \
PROFILE "Profiling build" off \
SHARED "Shared build" on \
SWAB "Swapping byte-orders build" off \