Home
last modified time | relevance | path

Searched refs:vim_cv_stat_ignores_slash (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A DINSTALLx.txt116 vim_cv_stat_ignores_slash:
144 vim_cv_stat_ignores_slash=yes \
H A Dconfigure.ac3833 AC_CACHE_CHECK([whether stat() ignores a trailing slash], [vim_cv_stat_ignores_slash],
3845 vim_cv_stat_ignores_slash=yes
3847 vim_cv_stat_ignores_slash=no
3849 AC_MSG_ERROR(cross-compiling: please set 'vim_cv_stat_ignores_slash')
3853 if test "x$vim_cv_stat_ignores_slash" = "xyes" ; then
/vim-8.2.3635/src/auto/
H A Dconfigure13142 as_fn_error $? "cross-compiling: please set 'vim_cv_stat_ignores_slash'" "$LINENO" 5