view configure @ 12423:8e4ea67eca0b v8.0.1091

patch 8.0.1091: test for <cexpr> fails without +balloon_eval feature commit https://github.com/vim/vim/commit/95c83c64be8d4af74bfda1f283a5bcf3f110719e Author: Bram Moolenaar <Bram@vim.org> Date: Sun Sep 10 18:44:29 2017 +0200 patch 8.0.1091: test for <cexpr> fails without +balloon_eval feature Problem: Test for <cexpr> fails without +balloon_eval feature. Solution: Remove #ifdefs.
author Christian Brabandt <cb@256bit.org>
date Sun, 10 Sep 2017 18:45:04 +0200
parents cd9471bd8e9e
children a1ca6778da49
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 src && exec ./configure "$@"