From 254c03be81126c3456b3cf8e26132c2119650bb8 Mon Sep 17 00:00:00 2001 From: Ken Moffat Date: Sun, 10 Aug 2014 18:46:38 +0000 Subject: Remove redundant --enable-multibyte from vim git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10688 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/vim.xml | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) (limited to 'chapter06') 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: -- cgit v1.2.3-54-g00ecf