Commit 90235cb
AC_SEARCH_LIBS tries linking with no extra library first, so a curses
library already in LIBS made the search report "none required", which
then became the module's link flag. Search with only the libraries the
module is linked with.
(cherry picked from commit f74cdf8)
Co-authored-by: Shamil <ashm.tech@proton.me>
1 parent f89e637 commit 90235cb
3 files changed
Lines changed: 8 additions & 4 deletions
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6952 | 6952 | | |
6953 | 6953 | | |
6954 | 6954 | | |
6955 | | - | |
6956 | | - | |
| 6955 | + | |
| 6956 | + | |
| 6957 | + | |
6957 | 6958 | | |
6958 | 6959 | | |
6959 | 6960 | | |
| |||
0 commit comments