aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/gmp.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/gmp.xml')
-rw-r--r--chapter06/gmp.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/chapter06/gmp.xml b/chapter06/gmp.xml
index 6f4c2c7c9..c342d5f59 100644
--- a/chapter06/gmp.xml
+++ b/chapter06/gmp.xml
@@ -52,8 +52,9 @@
<para>Prepare GMP for compilation:</para>
-<screen><userinput remap="configure">./configure --prefix=/usr \
- --enable-cxx \
+<screen><userinput remap="configure">./configure --prefix=/usr \
+ --enable-cxx \
+ --disable-static \
--docdir=/usr/share/doc/gmp-&gmp-version;</userinput></screen>
<variablelist>