]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1589: Cannot disable cscope interface using configure v9.1.1589
authorChristian Brabandt <cb@256bit.org>
Fri, 25 Jul 2025 16:27:53 +0000 (18:27 +0200)
committerChristian Brabandt <cb@256bit.org>
Fri, 25 Jul 2025 16:27:53 +0000 (18:27 +0200)
commitb124b8d276fd465bff78111113256b308f6a7f8d
tree624b6d6a0cfbed4a52e0e5b808ddbbccfb9253f4
parenta566a780297793b6a309ac4563bb17eedb83e6b0
patch 9.1.1589: Cannot disable cscope interface using configure

Problem:  Cannot disable cscope interface using configure, because in
          feature.h FEAT_CSCOPE will always be enabled for huge builds
          (chdiza)
Solution: Don't define FEAT_CSCOPE from configure script but set the
          ENABLE_CSCOPE flag and check for the presence of that flag in
          feature.h

fixes: #17825
closes: #17842

Signed-off-by: Christian Brabandt <cb@256bit.org>
src/auto/configure
src/config.h.in
src/configure.ac
src/feature.h
src/version.c