commit | 21606676d9ebc6f159c56ee90733e5d5720ab3d7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jun 14 20:40:58 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jun 14 20:40:58 2019 +0200 |
tree | 9835823990627cdee4d4966eac28f359ff1f217a | |
parent | b4086ffa32d97831f2d25a37f8c1340223dee5eb [diff] [blame] |
patch 8.1.1529: libcanberra is linked with even when not used Problem: Libcanberra is linked with even when not used. Solution: Have configure check for libcanberra only when wanted. (suggestions by Libor Bukata)
diff --git a/src/version.c b/src/version.c index aa3986d..44ce639 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1529, +/**/ 1528, /**/ 1527,