diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-08-28 22:10:08 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-08-28 22:10:08 +0300 |
commit | 834c4e7da954326f385a2bce21e963e3063e145a (patch) | |
tree | f3d1202e100f168aa286581c7bff9861583c216f /configure | |
parent | 3dc121c0569474fc156e2bdef809fb486a595fc9 (diff) | |
download | egawk-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-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 \ |