diff options
author | Ken Moffat <ken@linuxfromscratch.org> | 2014-08-10 18:46:38 +0000 |
---|---|---|
committer | Ken Moffat <ken@linuxfromscratch.org> | 2014-08-10 18:46:38 +0000 |
commit | 254c03be81126c3456b3cf8e26132c2119650bb8 (patch) | |
tree | 312b054f4b7f26e4796700a2b5fefa8caa541b8b | |
parent | e2b5ce5cca4ef095f6382361f0e8ec63185c51d9 (diff) |
Remove redundant --enable-multibyte from vim
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10688 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 5 | ||||
-rw-r--r-- | chapter06/vim.xml | 18 |
2 files changed, 6 insertions, 17 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 98bb0b1d6..a10e52903 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -39,6 +39,11 @@ <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> </listitem> 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> |