From: Daniel Stenberg Date: Mon, 24 Nov 2025 11:46:01 +0000 (+0100) Subject: manage: expand the 'libcurl support required' message X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=56f2479c1433bd4f886295fcdce2459d1333eecf;p=thirdparty%2Fcurl.git manage: expand the 'libcurl support required' message Example of old text: --dns-ipv4-addr requires that libcurl is built to support c-ares. New version: For --dns-ipv4-addr to work, it requires that the underlying libcurl is built to support c-ares. Closes #19665 --- diff --git a/scripts/managen b/scripts/managen index 61dae8cc1f..d8ff9bae51 100755 --- a/scripts/managen +++ b/scripts/managen @@ -854,7 +854,7 @@ sub single { if($requires) { my $l = manpageify($long, $manpage); - push @foot, "$l requires that libcurl". + push @foot, "For $l to work, it requires that the underlying libcurl". " is built to support $requires.\n"; } if($mutexed) {