diff options
Diffstat (limited to 'chapter06/mpfr.xml')
-rw-r--r-- | chapter06/mpfr.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chapter06/mpfr.xml b/chapter06/mpfr.xml index e4febcc9f..ab702f17a 100644 --- a/chapter06/mpfr.xml +++ b/chapter06/mpfr.xml @@ -49,6 +49,7 @@ <para>Prepare MPFR for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr \ + --disable-static \ --enable-thread-safe \ --docdir=/usr/share/doc/mpfr-&mpfr-version;</userinput></screen> |