diff src/Makefile @ 15136:1f3fe26f8e3f v8.1.0578

patch 8.1.0578: cannot disable arabic, rightleft and farsi in configure commit https://github.com/vim/vim/commit/5c5697f29829fc3b21fc5452fe8f239f6a4cb8e1 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Dec 12 20:34:09 2018 +0100 patch 8.1.0578: cannot disable arabic, rightleft and farsi in configure Problem: Cannot disable arabic, rightleft and farsi in configure. Solution: Add configur flags. (Diego Fernando Carri?n, closes https://github.com/vim/vim/issues/1867)
author Bram Moolenaar <Bram@vim.org>
date Wed, 12 Dec 2018 20:45:06 +0100
parents 6cfd3d47f1ca
children 9df130fd5e0d
line wrap: on
line diff
--- a/src/Makefile
+++ b/src/Makefile
@@ -499,6 +499,10 @@ CClink = $(CC)
 # configure tests may fail.
 #CONF_OPT_MULTIBYTE = --enable-multibyte
 
+# When building with at least "big" features, right-left, Arabic and Farsi
+# features are enabled.  Use this to disable them.
+#CONF_OPT_MULTIBYTE = --disable-rightleft --disable-farsi --disable-arabic
+
 # NLS - National Language Support
 # Uncomment this when you do not want to support translated messages, even
 # though configure can find support for it.