]> git.ipfire.org Git - thirdparty/git.git/commit
meson: fix typo in function check that prevented checking for hstrerror
authorEli Schwartz <eschwartz@gentoo.org>
Fri, 25 Apr 2025 05:25:44 +0000 (01:25 -0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 25 Apr 2025 16:35:55 +0000 (09:35 -0700)
commit2b83df36f4176edb2457c5eb83f7adae990f2df4
tree322b9b5fc931a0ca8f60f52eda252a20481d7182
parent5cb05d76af33367b061aec65113de06eaa39fc71
meson: fix typo in function check that prevented checking for hstrerror

Nowhere in the codebase do we otherwise check for strerror. Nowhere in
the codebase do we make use of -DNO_STRERROR. `strerror` is not a
networking function at all.

We do utilize `hstrerror` though, which is a networking function we
should have been checking here.

Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
meson.build