commit | f788a0610309ed9787b4e48216c7d7d4446744c5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Dec 14 20:51:25 2011 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 14 20:51:25 2011 +0100 |
tree | e6e8454f48f5df7336a8af09496a3797ed73537c | |
parent | c367faad9915c6f780063ebb717a2d5b2aedbebe [diff] [blame] |
updated for version 7.3.381 Problem: Configure silently skips interfaces that won't work. Solution: Add the --enable-fail_if_missing argument. (Shlomi Fish)
diff --git a/src/version.c b/src/version.c index 5a58113..6ee8427 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 381, +/**/ 380, /**/ 379,