Fix doc bug #53997 (Vague documentation) by explicitly mentioning that the

./configure when installing Sphinx is the one phpize generates.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312155 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Adam Harvey 2011-06-14 15:16:11 +00:00
parent f4fbe89e0e
commit 9414dfcb99

View file

@ -8,11 +8,11 @@
<link xlink:href="&url.pecl.package;sphinx"/>.
</para>
<para>
If <filename>./configure</filename> is having trouble finding the
libsphinxclient files (for example, it was installed into a custom
prefix directory), use <userinput>./configure
--with-sphinx=$PREFIX</userinput>, where $PREFIX is installation prefix of
libsphinxclient.
If the <filename>./configure</filename> script generated by
<literal>phpize</literal> is having trouble finding the libsphinxclient
files (for example, it was installed into a custom prefix directory), use
<userinput>./configure --with-sphinx=$PREFIX</userinput>, where $PREFIX is
installation prefix of libsphinxclient.
</para>
</section>