diff options
| author | Richard M. Stallman | 1997-06-19 02:59:08 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-06-19 02:59:08 +0000 |
| commit | 5914be4b28332f382fd9e53f565d19d214d35fc2 (patch) | |
| tree | dcd8772a350a4a78a57d989cba5ac828a6849f06 | |
| parent | 3045f9561bc88bbccb898aa7113f70579ff0f426 (diff) | |
| download | emacs-5914be4b28332f382fd9e53f565d19d214d35fc2.tar.gz emacs-5914be4b28332f382fd9e53f565d19d214d35fc2.zip | |
(shutdown): Check for `shutdown' function.
| -rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 2bab174a0e7..b852510d023 100644 --- a/configure.in +++ b/configure.in | |||
| @@ -1500,7 +1500,7 @@ AC_CHECK_FUNCS(gettimeofday gethostname getdomainname dup2 \ | |||
| 1500 | rename closedir mkdir rmdir sysinfo \ | 1500 | rename closedir mkdir rmdir sysinfo \ |
| 1501 | random lrand48 bcopy bcmp logb frexp fmod rint cbrt ftime res_init setsid \ | 1501 | random lrand48 bcopy bcmp logb frexp fmod rint cbrt ftime res_init setsid \ |
| 1502 | strerror fpathconf select mktime euidaccess getpagesize tzset setlocale \ | 1502 | strerror fpathconf select mktime euidaccess getpagesize tzset setlocale \ |
| 1503 | utimes setrlimit setpgid getcwd) | 1503 | utimes setrlimit setpgid getcwd shutdown) |
| 1504 | 1504 | ||
| 1505 | # Check this now, so that we will NOT find the above functions in ncurses. | 1505 | # Check this now, so that we will NOT find the above functions in ncurses. |
| 1506 | # That is because we have not set up to link ncurses in lib-src. | 1506 | # That is because we have not set up to link ncurses in lib-src. |