view configure @ 30521:4573f0cb7210 v9.0.0596

patch 9.0.0596: CI on Mac M1 has the channel feature disabled Commit: https://github.com/vim/vim/commit/7381c0ce3f3e79ec5a74b9be8fc34e0c8181463b Author: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Mon Sep 26 20:17:26 2022 +0100 patch 9.0.0596: CI on Mac M1 has the channel feature disabled Problem: CI on Mac M1 has the channel feature disabled. Solution: Include the channel feature.
author Bram Moolenaar <Bram@vim.org>
date Mon, 26 Sep 2022 21:30: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 "$@"