changeset 32073:6bb874e9ee96

Check for gai_strerror.
author Dave Love <fx@gnu.org>
date Mon, 02 Oct 2000 16:37:49 +0000
parents 6d05bf639097
children a889f9fc59a7
files configure.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Mon Oct 02 14:30:39 2000 +0000
+++ b/configure.in	Mon Oct 02 16:37:49 2000 +0000
@@ -1928,7 +1928,7 @@
 random lrand48 bcopy bcmp logb frexp fmod rint cbrt ftime res_init setsid \
 strerror fpathconf select mktime euidaccess getpagesize tzset setlocale \
 utimes setrlimit setpgid getcwd getwd shutdown strftime getaddrinfo \
-__fpending mblen mbrlen strsignal setitimer ualarm index rindex)
+__fpending mblen mbrlen strsignal setitimer ualarm index rindex gai_strerror)
 
 AC_FUNC_MKTIME
 if test "$ac_cv_func_working_mktime" = no; then