commit | 6324c3b920ce9efa57884768fc6d9cb208f8e983 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 17 20:27:18 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 17 20:27:18 2013 +0200 |
tree | 41c04a7faaed7518dfec5e63b1f19e7a86d2aefa | |
parent | 06ae70d07c31debed5fa1b2224805e6276194a1b [diff] [blame] |
updated for version 7.3.1216 Problem: Configure can't find Motif on Ubuntu. Solution: Search for libXm in /usr/lib/*-linux-gnu.
diff --git a/src/version.c b/src/version.c index a18bd78..e1c4ebc 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1216, +/**/ 1215, /**/ 1214,