commit | e4b78e2a42e9030348770764c478b73caa925539 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 07 22:29:11 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 07 22:29:11 2017 +0100 |
tree | b27e254f7dcaf5a4e38a1515ff0e2a5c5bce80ea | |
parent | 3388d334572f9d65a603d09d75e363805d96c5d9 [diff] [blame] |
patch 8.0.1379: configure check for selinux does not check for header file Problem: Configure check for selinux does not check for header file. Solution: Add an AC_CHECK_HEADER(). (Benny Siegert)
diff --git a/src/version.c b/src/version.c index 70340e0..6cb6e2c 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1379, +/**/ 1378, /**/ 1377,