]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
configure: fix pkg-config library name 'libnghttp3'
authorMatt Jolly <kangie@gentoo.org>
Mon, 24 Jun 2024 06:49:10 +0000 (16:49 +1000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 24 Jun 2024 11:18:57 +0000 (13:18 +0200)
Closes #13994

configure.ac

index a766caf0f0e4af1c51a459ad146a798ab165c122..0f26c493b72a80a288cfa9bacf5259ef006af796 100644 (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