aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorKen Moffat <ken@linuxfromscratch.org>2014-08-10 18:46:38 +0000
committerKen Moffat <ken@linuxfromscratch.org>2014-08-10 18:46:38 +0000
commit254c03be81126c3456b3cf8e26132c2119650bb8 (patch)
tree312b054f4b7f26e4796700a2b5fefa8caa541b8b /chapter06
parente2b5ce5cca4ef095f6382361f0e8ec63185c51d9 (diff)
Remove redundant --enable-multibyte from vim
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10688 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/vim.xml18
1 files changed, 1 insertions, 17 deletions
diff --git a/chapter06/vim.xml b/chapter06/vim.xml
index 5d1e512fc..c0df3dcb3 100644
--- a/chapter06/vim.xml
+++ b/chapter06/vim.xml
@@ -50,23 +50,7 @@
<para>Prepare Vim for compilation:</para>
-<screen><userinput remap="configure">./configure --prefix=/usr --enable-multibyte</userinput></screen>
-
- <variablelist>
- <title>The meaning of the configure options:</title>
-
- <varlistentry>
- <term><parameter>--enable-multibyte</parameter></term>
- <listitem>
- <para>This switch enables support for editing files in multibyte
- character encodings. This is needed if using a locale with a
- multibyte character set. This switch is also helpful to be able
- to edit text files initially created in Linux distributions like
- Fedora that use UTF-8 as a default character set.</para>
- </listitem>
- </varlistentry>
-
- </variablelist>
+<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
<para>Compile the package:</para>