view configure @ 11768:8f671deb97b3 v8.0.0766

patch 8.0.0766: option test fails with +terminal feature commit https://github.com/vim/vim/commit/c4f43bce7c43e5fe413e77b66b9805f3354fbb63 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jul 24 20:03:01 2017 +0200 patch 8.0.0766: option test fails with +terminal feature Problem: Option test fails with +terminal feature. Solution: Fix using the right option when checking the value.
author Christian Brabandt <cb@256bit.org>
date Mon, 24 Jul 2017 20:15: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 "$@"