From 9414dfcb99c6757c2b1da30ba1d533a958c4cd3c Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Tue, 14 Jun 2011 15:16:11 +0000 Subject: [PATCH] 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 --- reference/sphinx/configure.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/reference/sphinx/configure.xml b/reference/sphinx/configure.xml index 06b330f868..244a7524ef 100644 --- a/reference/sphinx/configure.xml +++ b/reference/sphinx/configure.xml @@ -8,11 +8,11 @@ . - If ./configure is having trouble finding the - libsphinxclient files (for example, it was installed into a custom - prefix directory), use ./configure - --with-sphinx=$PREFIX, where $PREFIX is installation prefix of - libsphinxclient. + If the ./configure script generated by + phpize is having trouble finding the libsphinxclient + files (for example, it was installed into a custom prefix directory), use + ./configure --with-sphinx=$PREFIX, where $PREFIX is + installation prefix of libsphinxclient.