Added a switch to PHP's configure script to prevent it from stopping if libxml2 is not found.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2525 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Igor Živković 2004-07-31 13:46:19 +00:00
parent 6a250a3028
commit 36c668d82a

View File

@ -92,7 +92,8 @@ running the following commands:</para>
--enable-ftp \
--with-gettext \
--with-iconv \
--with-ncurses &amp;&amp;
--with-ncurses \
--disable-libxml &amp;&amp;
make &amp;&amp;
make install &amp;&amp;
cp php.ini-recommended /etc/php.ini</command></userinput></screen>