]> git.ipfire.org Git - thirdparty/curl.git/commit
configure: fix nghttp2 library name for static builds
authort.artikov <t.artikov@2gis.ru>
Thu, 8 Jul 2021 20:11:14 +0000 (03:11 +0700)
committerJay Satiro <raysatiro@yahoo.com>
Fri, 16 Jul 2021 17:34:39 +0000 (13:34 -0400)
commit29c7cf79e8b44cfe98306a41a766d10e98c13d2b
tree5d7ec4700f3566d13282fb7b0e12af473d077799
parentbc035f5c9dc4e0387a615d2cc5914f37a90be1e2
configure: fix nghttp2 library name for static builds

Don't hardcode the nghttp2 library name,
because it can vary, be "nghttp2_static" for example.

Fixes https://github.com/curl/curl/issues/7367
Closes https://github.com/curl/curl/pull/7368
configure.ac