diff options
| author | Karl Heuer | 1999-08-12 16:01:32 +0000 |
|---|---|---|
| committer | Karl Heuer | 1999-08-12 16:01:32 +0000 |
| commit | bab630c9b3f340be416edaa4c9dde1a5743176bf (patch) | |
| tree | 9e02192da12ff777c26f7a9a98493d7a7c081835 | |
| parent | 5c644c1dd8a9c8aeef3118170ca81b08c59fe839 (diff) | |
| download | emacs-bab630c9b3f340be416edaa4c9dde1a5743176bf.tar.gz emacs-bab630c9b3f340be416edaa4c9dde1a5743176bf.zip | |
Check for getaddrinfo.
| -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 \ | |||
| 1749 | rename closedir mkdir rmdir sysinfo \ | 1749 | rename closedir mkdir rmdir sysinfo \ |
| 1750 | random lrand48 bcopy bcmp logb frexp fmod rint cbrt ftime res_init setsid \ | 1750 | random lrand48 bcopy bcmp logb frexp fmod rint cbrt ftime res_init setsid \ |
| 1751 | strerror fpathconf select mktime euidaccess getpagesize tzset setlocale \ | 1751 | strerror fpathconf select mktime euidaccess getpagesize tzset setlocale \ |
| 1752 | utimes setrlimit setpgid getcwd shutdown strftime) | 1752 | utimes 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. |