diff options
Diffstat (limited to 'chapter06/mpfr.xml')
-rw-r--r-- | chapter06/mpfr.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chapter06/mpfr.xml b/chapter06/mpfr.xml index fe183fb7d..b4a6cd28d 100644 --- a/chapter06/mpfr.xml +++ b/chapter06/mpfr.xml @@ -47,8 +47,9 @@ <para>Prepare MPFR for compilation:</para> -<screen><userinput remap="configure">./configure --prefix=/usr --enable-thread-safe \ - --docdir=/usr/share/doc/mpfr-&mpfr-version;</userinput></screen> +<screen><userinput remap="configure">./configure --prefix=/usr \ + --enable-thread-safe \ + --docdir=/usr/share/doc/mpfr-&mpfr-version;</userinput></screen> <para>Compile the package:</para> |