]> git.ipfire.org Git - thirdparty/curl.git/commit
configure.ac: tweak nghttp2 library name fix again
authorJay Satiro <raysatiro@yahoo.com>
Fri, 23 Jul 2021 21:05:05 +0000 (17:05 -0400)
committerJay Satiro <raysatiro@yahoo.com>
Sun, 25 Jul 2021 05:29:38 +0000 (01:29 -0400)
commitb4b34db65f9f877384b00b9c20931bed5be1ff44
tree73f369b2c849e93ea6563d89e769ec4e675562e4
parent83245d9ff352b742753cff1216781ff041e4e987
configure.ac: tweak nghttp2 library name fix again

- Change extraction to handle multiple library names returned by
  pkg-config (eg a possible scenario with pkg-config --static).

Ref: https://github.com/curl/curl/pull/7472

Closes https://github.com/curl/curl/pull/7485
configure.ac