From: Matt Jolly Date: Mon, 24 Jun 2024 06:49:10 +0000 (+1000) Subject: configure: fix pkg-config library name 'libnghttp3' X-Git-Tag: curl-8_9_0~202 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=eeab0ea7aa19af61af881e8a0bf9ff1f2e28ef79;p=thirdparty%2Fcurl.git configure: fix pkg-config library name 'libnghttp3' Closes #13994 --- diff --git a/configure.ac b/configure.ac index a766caf0f0..0f26c493b7 100644 --- a/configure.ac +++ b/configure.ac @@ -3271,7 +3271,7 @@ if test X"$want_nghttp3" != Xno; then CURL_LIBRARY_PATH="$CURL_LIBRARY_PATH:$DIR_NGHTTP3" export CURL_LIBRARY_PATH AC_MSG_NOTICE([Added $DIR_NGHTTP3 to CURL_LIBRARY_PATH]) - LIBCURL_PC_REQUIRES_PRIVATE="$LIBCURL_PC_REQUIRES_PRIVATE nghttp3" + LIBCURL_PC_REQUIRES_PRIVATE="$LIBCURL_PC_REQUIRES_PRIVATE libnghttp3" ) ], dnl not found, revert back to clean variables