summaryrefslogtreecommitdiff
path: root/src/configure.ac
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-02-16 15:10:30 +0100
committerBram Moolenaar <Bram@vim.org>2019-02-16 15:10:30 +0100
commit14184a3133b9a6ee5f711d493c04e41ba4fa7c2f (patch)
tree2fefdfea751bfbfdbbec793f880073bd8387bb4f /src/configure.ac
parent6902c0eb27a3e4479445badfef31443f2227fe60 (diff)
downloadvim-git-14184a3133b9a6ee5f711d493c04e41ba4fa7c2f.tar.gz
patch 8.1.0932: Farsi support is outdated and unusedv8.1.0932
Problem: Farsi support is outdated and unused. Solution: Delete the Farsi support.
Diffstat (limited to 'src/configure.ac')
-rw-r--r--src/configure.ac13
1 files changed, 2 insertions, 11 deletions
diff --git a/src/configure.ac b/src/configure.ac
index 2b7725b0a..2d409b3ca 100644
--- a/src/configure.ac
+++ b/src/configure.ac
@@ -2155,18 +2155,9 @@ else
AC_DEFINE(DISABLE_ARABIC)
fi
-dnl Farsi language support for vim will be included with big features,
-dnl unless ENABLE_FARSI is undefined.
-AC_MSG_CHECKING(--disable-farsi argument)
+dnl Farsi language support has been removed, ignore --disable-farsi
AC_ARG_ENABLE(farsi,
- [ --disable-farsi Do not include Farsi language support.],
- , [enable_farsi="yes"])
-if test "$enable_farsi" = "yes"; then
- AC_MSG_RESULT(no)
-else
- AC_MSG_RESULT(yes)
- AC_DEFINE(DISABLE_FARSI)
-fi
+ [ --disable-farsi Deprecated.],,)
AC_MSG_CHECKING(--enable-hangulinput argument)
AC_ARG_ENABLE(hangulinput,