commit | d2a054910bf8f0888fac81e46a64a22dd4a763b5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 27 22:35:15 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 27 22:35:15 2018 +0200 |
tree | c7d6a6b92751f31f333ba3d99bb75b298bf9bc7e | |
parent | 83ec2a7f5fb481b30a5d556b6aad49a62585bccd [diff] [blame] |
patch 8.1.0215: no error if configure --with-x cannot configure X Problem: No error if configure --with-x cannot configure X. Solution: Check that when --with-x is used X can be configured.
diff --git a/src/version.c b/src/version.c index 087bc63..172748b 100644 --- a/src/version.c +++ b/src/version.c
@@ -799,6 +799,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 215, +/**/ 214, /**/ 213,