]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1900: Configure script uses non-portable == comparison v9.0.1900
authorYee Cheng Chin <ychin.git@gmail.com>
Sat, 16 Sep 2023 11:38:26 +0000 (13:38 +0200)
committerChristian Brabandt <cb@256bit.org>
Sat, 16 Sep 2023 11:38:26 +0000 (13:38 +0200)
commite7d79eb98a30c529cf53fb4852a71b9fd1336c41
tree4cae8697f68ddc6222ed6e652727c6fbbd8ac0e7
parentffb13674d1af1c90beb229867ec989e4fb232df3
patch 9.0.1900: Configure script uses non-portable == comparison

Problem:  Configure script uses non-portable == comparison
Solution: Use the standard and portable "=" instead

closes: #13095
closes: #13099

Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: Yee Cheng Chin <ychin.git@gmail.com>
src/auto/configure
src/configure.ac
src/version.c