Remove redundant --enable-multibyte from vim

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10688 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Ken Moffat 2014-08-10 18:46:38 +00:00
parent e2b5ce5cca
commit 254c03be81
2 changed files with 6 additions and 17 deletions

View File

@ -38,6 +38,11 @@
<listitem>
<para>2014-08-10</para>
<itemizedlist>
<listitem>
<para>[ken] - Remove --enable-multibyte from vim, it is the
default. Addresses part of
<ulink url="&lfs-ticket-root;3647">#3647</ulink>.</para>
</listitem>
<listitem>
<para>[ken] - Util-Linux-2.25 needs a filename in ADJTIME_PATH,
fixes <ulink url="&lfs-ticket-root;3656">#3656</ulink>.</para>

View File

@ -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>