view configure @ 25427:2fffc285871d v8.2.3250

patch 8.2.3250: MS-Windows: cannot build with libsodium Commit: https://github.com/vim/vim/commit/1790be6cb6f2edfd8a833dd848b8df02cef599cf Author: Christian Brabandt <cb@256bit.org> Date: Fri Jul 30 20:51:59 2021 +0200 patch 8.2.3250: MS-Windows: cannot build with libsodium Problem: MS-Windows: cannot build with libsodium. Solution: Change FEAT_SODIUM into HAVE_SODIUM. (Christian Brabandt, closes #8668, closes #8663)
author Bram Moolenaar <Bram@vim.org>
date Fri, 30 Jul 2021 21:00:04 +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 "$@"