commit | 67876de7bbc4254268d8180d68203b965e25ed95 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 12 20:51:24 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 12 20:51:24 2021 +0100 |
tree | 6448d5d04e0254aa3ac76779f1ac3e51a3f1831d | |
parent | b0e6b513648db7035046613431a4aa9d71ef4653 [diff] [blame] |
patch 8.2.2337: configure test for GTK only says "no" Problem: Configure test for GTK only says "no". (Harm te Hennepe) Solution: Hint that a -def package is needed. (closes #5229)
diff --git a/src/version.c b/src/version.c index d4b5dde..47a5bcc 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2337, +/**/ 2336, /**/ 2335,