summaryrefslogtreecommitdiff
path: root/config.mak.in
diff options
context:
space:
mode:
authorGary V. Vaughan <git@mlists.thewrittenword.com>2010-05-14 09:31:40 (GMT)
committerJunio C Hamano <gitster@pobox.com>2010-06-01 00:36:27 (GMT)
commit0a9b167ede027c09eca7aa2ea7522f058e153a13 (patch)
tree92669f4d61a2497dde256bbb12e1b062fbd1d84f /config.mak.in
parentfcf3a21acce45aa73001ee1d3ae119f653294def (diff)
downloadgit-0a9b167ede027c09eca7aa2ea7522f058e153a13.zip
git-0a9b167ede027c09eca7aa2ea7522f058e153a13.tar.gz
git-0a9b167ede027c09eca7aa2ea7522f058e153a13.tar.bz2
Makefile: some platforms do not have hstrerror anywhere
This patch improves the logic of the test for hstrerror, not to blindly assume that if there is no hstrerror in libc that it must exist in libresolv. Signed-off-by: Gary V. Vaughan <gary@thewrittenword.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'config.mak.in')
-rw-r--r--config.mak.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.mak.in b/config.mak.in
index 09bd5d4..9a0d8de 100644
--- a/config.mak.in
+++ b/config.mak.in
@@ -43,6 +43,7 @@ NO_D_TYPE_IN_DIRENT=@NO_D_TYPE_IN_DIRENT@
NO_SOCKADDR_STORAGE=@NO_SOCKADDR_STORAGE@
NO_IPV6=@NO_IPV6@
NO_C99_FORMAT=@NO_C99_FORMAT@
+NO_HSTRERROR=@NO_HSTRERROR@
NO_STRCASESTR=@NO_STRCASESTR@
NO_MEMMEM=@NO_MEMMEM@
NO_STRLCPY=@NO_STRLCPY@