commit | 761ead497feff5fd259c9f6ca76d184bb8755373 | [log] [tgz] |
---|---|---|
author | Natanael Copa <ncopa@alpinelinux.org> | Sat May 15 14:25:37 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 15 14:25:37 2021 +0200 |
tree | 52091b74397d9fb4e6fceb85154b26093f51e89a | |
parent | 847fe7d750001a46a09b97ad57286612d0be8100 [diff] [blame] |
patch 8.2.2852: configure can add --as-needed a second time Problem: Configure can add --as-needed a second time. Solution: Only add --as-needed if not already there. (Natanael Copa, closes #8189, closes #8181)
diff --git a/src/version.c b/src/version.c index 0d3c2ad..f7406ee 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2852, +/**/ 2851, /**/ 2850,