Updated documentation to specify libxml is no longer optional.

This commit is contained in:
ivanr 2007-07-09 15:40:07 +00:00
parent 881e8e66c2
commit 96edb02fe8

View File

@ -297,8 +297,8 @@
</listitem> </listitem>
<listitem> <listitem>
<para>(Optional) Install the latest version of libxml2, if it isn't <para>Install the latest version of libxml2, if it isn't already
already installed on the server.</para> installed on the server.</para>
</listitem> </listitem>
<listitem> <listitem>
@ -315,10 +315,8 @@
</listitem> </listitem>
<listitem> <listitem>
<para>(Optional) Edit Makefile to enable ModSecurity to use libxml2 <para>Edit Makefile to configure the correct include path for libxml
(uncomment line<literal moreinfo="none"> DEFS = (for example: <filename
-DWITH_LIBXML2</literal>) and configure the include path (for example:
<filename
moreinfo="none">INCLUDES=-I/usr/include/libxml2</filename>)</para> moreinfo="none">INCLUDES=-I/usr/include/libxml2</filename>)</para>
</listitem> </listitem>