diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/gmp.xml | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/chapter06/gmp.xml b/chapter06/gmp.xml index 11c9d8f0a..d2ee64c0c 100644 --- a/chapter06/gmp.xml +++ b/chapter06/gmp.xml @@ -52,7 +52,7 @@ <para>Prepare GMP for compilation:</para> -<screen><userinput remap="configure">./configure --prefix=/usr --enable-cxx --enable-mpbsd</userinput></screen> +<screen><userinput remap="configure">./configure --prefix=/usr --enable-cxx</userinput></screen> <variablelist> <title>The meaning of the new configure options:</title> @@ -64,13 +64,6 @@ </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> |