summaryrefslogtreecommitdiff
path: root/src/auto
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-04-20 16:21:53 +0200
committerBram Moolenaar <Bram@vim.org>2020-04-20 16:21:53 +0200
commitad4dc83389931a0354c3691b42f99a5bb98c766f (patch)
tree5cb574aea3c3c8d2abab85dc3b69afb36577a11d /src/auto
parent4da6df40f5a637de42cad8e6939dfe8463b211db (diff)
downloadvim-git-ad4dc83389931a0354c3691b42f99a5bb98c766f.tar.gz
patch 8.2.0609: configure does not detect moonjit correctlyv8.2.0609
Problem: Configure does not detect moonjit correctly. Solution: Double the brackets. (Ozaki Kiichi)
Diffstat (limited to 'src/auto')
-rwxr-xr-xsrc/auto/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auto/configure b/src/auto/configure
index b6d4bf975..bd26a7c59 100755
--- a/src/auto/configure
+++ b/src/auto/configure
@@ -5485,7 +5485,7 @@ $as_echo "no" >&6; }
# https://groups.google.com/forum/#!topic/vim_use/O0vek60WuTk
lua_suf=/moonjit-2.3
inc_path="$vi_cv_path_lua_pfx/include"
- for dir in "$inc_path"/moonjit-0-9* ; do
+ for dir in "$inc_path"/moonjit-[0-9]* ; do
if test -d "$dir" ; then
lua_suf=`basename '$dir'`
lua_suf="/$lua_suf"