commit | 4e509b6369febbfca15b83c47394d30f7ce5e4a7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 09 17:42:57 2011 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 09 17:42:57 2011 +0100 |
tree | 61b9e4c137bc6eb56cd61ecbd476dd3be00c8f0c | |
parent | 5ec3aea854387a5bfc02938546f5e8bd057e0113 [diff] [blame] |
updated for version 7.3.117 Problem: On some systems --as-needed does not work, because the "tinfo" library is included indirectly from "ncurses". (Charles Campbell) Solution: In configure prefer using "tinfo" instead of "ncurses".
diff --git a/src/version.c b/src/version.c index be30aff..10d79ad 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 117, +/**/ 116, /**/ 115,