Documented --with-libdir (Bug #41231)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304666 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Kalle Sommer Nielsen 2010-10-23 15:11:41 +00:00
parent c19f9a7c23
commit a7058ef59a

View file

@ -79,6 +79,19 @@
</para>
</listitem>
</varlistentry>
<varlistentry xml:id="configure.with-libdir">
<term>
<option role="configure">--with-libdir</option>
</term>
<listitem>
<para>
Specifies the directory where the libraries to build PHP exists on a
Unix system. For 64bit systems, its needed to specify this argument
to the <literal>lib64</literal> directory like:
<literal>--with-libdir=lib64</literal>.
</para>
</listitem>
</varlistentry>
</variablelist>
</sect3>