1
0
forked from aniani/vim

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)
This commit is contained in:
Natanael Copa
2021-05-15 14:25:37 +02:00
committed by Bram Moolenaar
parent 847fe7d750
commit 761ead497f
3 changed files with 8 additions and 2 deletions

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2852,
/**/
2851,
/**/