diff options
author | Karl Heuer <kwzh@gnu.org> | 1999-08-12 16:01:32 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1999-08-12 16:01:32 +0000 |
commit | bab630c9b3f340be416edaa4c9dde1a5743176bf (patch) | |
tree | 9e02192da12ff777c26f7a9a98493d7a7c081835 /configure.in | |
parent | 5c644c1dd8a9c8aeef3118170ca81b08c59fe839 (diff) | |
download | emacs-bab630c9b3f340be416edaa4c9dde1a5743176bf.tar.gz |
Check for getaddrinfo.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
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 \ rename closedir mkdir rmdir sysinfo \ 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 shutdown strftime) +utimes setrlimit setpgid getcwd shutdown strftime getaddrinfo) # Check this now, so that we will NOT find the above functions in ncurses. # That is because we have not set up to link ncurses in lib-src. |