]> git.ipfire.org Git - thirdparty/curl.git/commit
configure: tweak nghttp2 library name fix
authorChristian Weisgerber <naddy@mips.inka.de>
Wed, 21 Jul 2021 21:33:32 +0000 (23:33 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 22 Jul 2021 15:14:40 +0000 (17:14 +0200)
commit673753344c5f6c66830ce37884a2b628da44a695
treed1d63c7cbab834b9cee4f0183933340bcf67b115
parent59878411c40f00098a238ce141216a4dd592e2f3
configure: tweak nghttp2 library name fix

commit 29c7cf79e8b44cf (shipped in 7.78.0) introduced a problem by
assuming that LIB_H2 does not have any leading whitespace.  At least
OpenBSD's native pkg-config can produce such whitespace, though:

    $ pkg-config --libs-only-l libnghttp2
     -lnghttp2

As a result, the configure check for libnghttp2 will erroneously fail.

Bug: https://curl.se/mail/lib-2021-07/0050.html
Closes #7472
configure.ac