]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1963: Configure script may not detect xattr v9.0.1963
authorzeertzjq <zeertzjq@outlook.com>
Sat, 30 Sep 2023 12:19:14 +0000 (14:19 +0200)
committerChristian Brabandt <cb@256bit.org>
Sat, 30 Sep 2023 12:22:07 +0000 (14:22 +0200)
commit6de4e58cf27a3bb6e81653ca63b77e29d1bb46f2
treef888ce152822399935cdc31dc1fe5eed594a9769
parente085dfda5d8dde064b0332464040959479696d1c
patch 9.0.1963: Configure script may not detect xattr

Problem:  Configure script may not detect xattr correctly
Solution: include sys/xattr instead of attr/xattr,
          make Test_write_with_xattr_support() test
          xattr feature correctly

This also applies to the Smack security feature, so change the include
and configure script for it as well.

closes: #13229

Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: zeertzjq <zeertzjq@outlook.com>
src/auto/configure
src/configure.ac
src/os_unix.c
src/testdir/test_writefile.vim
src/version.c