aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/gmp.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/gmp.xml')
-rw-r--r--chapter06/gmp.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/chapter06/gmp.xml b/chapter06/gmp.xml
index 2db8fe078..9eb52a9c2 100644
--- a/chapter06/gmp.xml
+++ b/chapter06/gmp.xml
@@ -55,7 +55,7 @@
<screen><userinput remap="configure">./configure --prefix=/usr --enable-cxx --enable-mpbsd</userinput></screen>
<variablelist>
- <title>The meaning of the new configure option:</title>
+ <title>The meaning of the new configure options:</title>
<varlistentry>
<term><parameter>--enable-cxx</parameter></term>
@@ -64,6 +64,13 @@
</listitem>
</varlistentry>
+ <varlistentry>
+ <term><parameter>--enable-mpbsd</parameter></term>
+ <listitem>
+ <para>This builds the Berkeley MP compatibility library</para>
+ </listitem>
+ </varlistentry>
+
</variablelist>
<para>Compile the package:</para>