aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1999-08-12 16:01:32 +0000
committerKarl Heuer1999-08-12 16:01:32 +0000
commitbab630c9b3f340be416edaa4c9dde1a5743176bf (patch)
tree9e02192da12ff777c26f7a9a98493d7a7c081835
parent5c644c1dd8a9c8aeef3118170ca81b08c59fe839 (diff)
downloademacs-bab630c9b3f340be416edaa4c9dde1a5743176bf.tar.gz
emacs-bab630c9b3f340be416edaa4c9dde1a5743176bf.zip
Check for getaddrinfo.
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index a06a24710a6..63ce5c83bd7 100644
--- a/configure.in
+++ b/configure.in
@@ -1749,7 +1749,7 @@ AC_CHECK_FUNCS(gettimeofday gethostname getdomainname dup2 \
1749rename closedir mkdir rmdir sysinfo \ 1749rename closedir mkdir rmdir sysinfo \
1750random lrand48 bcopy bcmp logb frexp fmod rint cbrt ftime res_init setsid \ 1750random lrand48 bcopy bcmp logb frexp fmod rint cbrt ftime res_init setsid \
1751strerror fpathconf select mktime euidaccess getpagesize tzset setlocale \ 1751strerror fpathconf select mktime euidaccess getpagesize tzset setlocale \
1752utimes setrlimit setpgid getcwd shutdown strftime) 1752utimes setrlimit setpgid getcwd shutdown strftime getaddrinfo)
1753 1753
1754# Check this now, so that we will NOT find the above functions in ncurses. 1754# Check this now, so that we will NOT find the above functions in ncurses.
1755# That is because we have not set up to link ncurses in lib-src. 1755# That is because we have not set up to link ncurses in lib-src.