Fix the pre-everything message to reflect the correct macros.

Reported by:	Edward Glowacki <glowack2@msu.edu>
This commit is contained in:
Joe Marcus Clarke 2003-05-19 17:02:24 +00:00
parent bf2b4fe69c
commit dc9805bb87
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=81406

View File

@ -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"