From 254c03be81126c3456b3cf8e26132c2119650bb8 Mon Sep 17 00:00:00 2001 From: Ken Moffat Date: Sun, 10 Aug 2014 18:46:38 +0000 Subject: [PATCH] Remove redundant --enable-multibyte from vim git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10688 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 5 +++++ 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 @@ -38,6 +38,11 @@ 2014-08-10 + + [ken] - Remove --enable-multibyte from vim, it is the + default. Addresses part of + #3647. + [ken] - Util-Linux-2.25 needs a filename in ADJTIME_PATH, fixes #3656. 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 @@ Prepare Vim for compilation: -./configure --prefix=/usr --enable-multibyte - - - The meaning of the configure options: - - - --enable-multibyte - - 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. - - - - +./configure --prefix=/usr Compile the package: