reference/pdo_informix/configure.xml
9e2d8231b5d8a3795b365c6770fab288e59e6249
...
...
@@ -9,18 +9,17 @@
9
9
Support Site</link>.
10
10
</para>
11
11
<para>
12
-
PDO_INFORMIX is a <link xlink:href="&url.pecl;">PECL</link> extension, so
13
-
follow the instructions in <xref linkend='install.pecl' /> to install the
14
-
PDO_INFORMIX extension. Issue the <command>configure</command> command
15
-
to point to the location of your Informix Client SDK header files and
16
-
libraries as follows:
12
+
PDO_INFORMIX is a &link.pecl; extension, so follow the instructions in
13
+
<xref linkend='install.pecl' /> to install the PDO_INFORMIX extension.
14
+
Issue the <command>configure</command> command to point to the location of the
15
+
Informix Client SDK header files and libraries as follows:
17
16
<screen>
18
17
<![CDATA[
19
18
bash$ ./configure --with-pdo-informix=/path/to/SDK[,shared]
20
19
]]>
21
20
</screen>
22
21
The <command>configure</command> command defaults to the value of the
23
-
<literal>INFORMIXDIR</literal> environment variable.
22
+
<envar>INFORMIXDIR</envar> environment variable.
24
23
</para>
25
24
</section>
26
25

27
26