diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-05-19 17:02:24 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-05-19 17:02:24 +0000 |
commit | dc9805bb8787f8b0ff02bfc4e95c1ff4005976b7 (patch) | |
tree | 82519e716bcf76e1e5c2037258a5642ca7a12ee6 /textproc/libxml2 | |
parent | bf2b4fe69c97601df1476f1eec005b5a6a813376 (diff) |
Notes
Diffstat (limited to 'textproc/libxml2')
-rw-r--r-- | textproc/libxml2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile index 482efbd2ae0d..28e02a8d5c38 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -70,7 +70,7 @@ pre-everything:: @${ECHO_MSG} "libxml2 has the following tunables:" @${ECHO_MSG} "" @${ECHO_MSG} " WITHOUT_PYTHON=yes Turns off Python support" - @${ECHO_MSG} " WITHOUT_THREADS=yes Turns off pthread support" + @${ECHO_MSG} " WITH_THREADS=yes Turns on pthread support" @${ECHO_MSG} " WITH_SCHEMA=yes Turns on XML Schema support" @${ECHO_MSG} " WITH_MEM_DEBUG=yes Turns on memory debugging" @${ECHO_MSG} " WITH_XMLLINT_HIST=yes Turns on history for xmllint" |