aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2017-08-28 22:10:08 +0300
committerArnold D. Robbins <arnold@skeeve.com>2017-08-28 22:10:08 +0300
commit834c4e7da954326f385a2bce21e963e3063e145a (patch)
treef3d1202e100f168aa286581c7bff9861583c216f /configure
parent3dc121c0569474fc156e2bdef809fb486a595fc9 (diff)
downloadegawk-834c4e7da954326f385a2bce21e963e3063e145a.tar.gz
egawk-834c4e7da954326f385a2bce21e963e3063e145a.tar.bz2
egawk-834c4e7da954326f385a2bce21e963e3063e145a.zip
Use gai_strerror for error messages if getaddrinfo fails.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index 7659863d..a7183ff8 100755
--- a/configure
+++ b/configure
@@ -9940,7 +9940,8 @@ $as_echo "$LIBSIGSEGV" >&6; }
esac
# Need the check for mkstemp and tmpfile for missing_d/snprintf.c.
-for ac_func in __etoa_l atexit btowc fmod getgrent getgroups grantpt \
+for ac_func in __etoa_l atexit btowc fmod gai_strerror \
+ getgrent getgroups grantpt \
fwrite_unlocked \
isascii iswctype iswlower iswupper mbrlen \
memcmp memcpy memcpy_ulong memmove memset \