summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-12-12 20:34:09 +0100
committerBram Moolenaar <Bram@vim.org>2018-12-12 20:34:09 +0100
commit5c5697f29829fc3b21fc5452fe8f239f6a4cb8e1 (patch)
tree9c55dc06b8069bf990df87581ffe78cd87706d4d /src/Makefile
parent295471920def98ce84bc96e5d97c16d250c81621 (diff)
patch 8.1.0578: cannot disable arabic, rightleft and farsi in configurev8.1.0578
Problem: Cannot disable arabic, rightleft and farsi in configure. Solution: Add configur flags. (Diego Fernando CarriĆ³n, closes #1867)
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 5b25e033fa..ad0b718287 100644
--- 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.