view configure @ 28751:0c5c6a693d12 v8.2.4900

patch 8.2.4900: Vim9 expression test fails without the job feature Commit: https://github.com/vim/vim/commit/801c3c1dbed88bfb59dcf25045365dc65f795f4e Author: Dominique Pelle <dominique.pelle@gmail.com> Date: Sat May 7 11:00:08 2022 +0100 patch 8.2.4900: Vim9 expression test fails without the job feature Problem: Vim9 expression test fails without the job feature. Solution: Add a check for the job feature. (Dominique Pell?, closes https://github.com/vim/vim/issues/10373)
author Bram Moolenaar <Bram@vim.org>
date Sat, 07 May 2022 12:15:02 +0200
parents a1ca6778da49
children
line wrap: on
line source

#! /bin/sh

# This is just a stub for the Unix configure script, to provide support for
# doing "./configure" in the top Vim directory.

cd "${SRCDIR:-src}" && exec ./configure "$@"