commit | 32d03b34ac8a34a962f57847fc431a2b4e14efea | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 19 13:46:48 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 19 13:46:48 2015 +0100 |
tree | 06b484b6b97ce3ba11ecb7ff9add7f63dc8ea27e | |
parent | 6a2697ffd7e894861853b351689b0ddec8901c96 [diff] [blame] |
patch 7.4.924 Problem: DEVELOPER_DIR gets reset by configure. Solution: Do not reset DEVELOPER_DIR when there is no --with-developer-dir argument. (Kazuki Sakamoto, closes #482)
diff --git a/src/version.c b/src/version.c index edfbca8..e3742cc 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 924, +/**/ 923, /**/ 922,