mirror of
https://github.com/curl/curl.git
synced 2026-01-18 17:21:26 +01:00
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
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user