diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-02-08 22:46:53 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-02-08 22:46:53 +0000 |
commit | 2fa7965ee3d3d388e119cd54abf96e000da51958 (patch) | |
tree | ed9f0c44353c0b2ad11e9c03471c02063c90c7c2 /chapter06/groff.xml | |
parent | 0d16287199d0d3808777dd4f7ab01cf05aa55b4c (diff) |
Remove the --enable-multibyte switch from Groff's configure command as it isn't required as of Groff-1.20.1.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8814 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/groff.xml')
-rw-r--r-- | chapter06/groff.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/groff.xml b/chapter06/groff.xml index 0c52ab5d0..b4c73666e 100644 --- a/chapter06/groff.xml +++ b/chapter06/groff.xml @@ -61,7 +61,7 @@ <para>Prepare Groff for compilation:</para> -<screen><userinput remap="configure">PAGE=<replaceable><paper_size></replaceable> ./configure --prefix=/usr --enable-multibyte</userinput></screen> +<screen><userinput remap="configure">PAGE=<replaceable><paper_size></replaceable> ./configure --prefix=/usr</userinput></screen> <para>Compile the package:</para> |