Add a warning that pthread support may break certain ports.

Submitted by:	ale
This commit is contained in:
Joe Marcus Clarke 2004-03-12 02:18:15 +00:00
parent 09f914f18d
commit 6e5c1e71eb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=103715

View File

@ -30,7 +30,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
MAN1= xml2-config.1 xmllint.1 xmlcatalog.1
MAN3= libxml.3
OPTIONS= THREADS "Enable pthread support" off \
OPTIONS= THREADS "Enable pthread support (MAY BREAK OTHER PORTS!)" off \
SCHEMA "Enable XML schema support" on \
MEM_DEBUG "Enable memory debugging (DEVELOPERS ONLY!)" off \
XMLLINT_HIST "Enable history for xmllint" off \