diff options
author | Krejzi <krejzi@linuxfromscratch.org> | 2014-07-26 11:46:06 +0000 |
---|---|---|
committer | Krejzi <krejzi@linuxfromscratch.org> | 2014-07-26 11:46:06 +0000 |
commit | ab56f441669ea7866aeb94c6d8fd535b5e67d3fa (patch) | |
tree | 1e6d57f68f58b2a3fd65b9ec7e5de8f3c2f9cf2c | |
parent | 2559640df99269b8c7a18de16cfb6dbbb1df1100 (diff) |
Make gpm configure line like mpfr one.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10650 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/gmp.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chapter06/gmp.xml b/chapter06/gmp.xml index f10c283b5..a16500a28 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 \ - --docdir=/usr/share/doc/gmp-&gmp-version;</userinput></screen> +<screen><userinput remap="configure">./configure --prefix=/usr \ + --enable-cxx \ + --docdir=/usr/share/doc/gmp-&gmp-version;</userinput></screen> <variablelist> <title>The meaning of the new configure options:</title> |