configure: fix pkg-config library name 'libnghttp3'

Closes #13994
This commit is contained in:
Matt Jolly 2024-06-24 16:49:10 +10:00 committed by Daniel Stenberg
parent 1c9250c46d
commit eeab0ea7aa
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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