From c2966461c92cb959fa131bfbd3dcf0ddf9cc5498 Mon Sep 17 00:00:00 2001 From: Krejzi Date: Sat, 26 Jul 2014 11:46:06 +0000 Subject: Make gpm configure line like mpfr one. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10650 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/gmp.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'chapter06/gmp.xml') 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 @@ Prepare GMP for compilation: -./configure --prefix=/usr --enable-cxx \ - --docdir=/usr/share/doc/gmp-&gmp-version; +./configure --prefix=/usr \ + --enable-cxx \ + --docdir=/usr/share/doc/gmp-&gmp-version; The meaning of the new configure options: -- cgit v1.2.3-54-g00ecf