diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-06-19 02:59:08 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-06-19 02:59:08 +0000 |
commit | a122b36e71021686bcc4fa9b3cd4a791fd677ef0 (patch) | |
tree | b716b415b25d30d5c34cdeeb6c5d9272d96806cd /configure.in | |
parent | 987981cb044e7b1cb3d4e7bbb38f9dbf9bed8bc4 (diff) | |
download | emacs-a122b36e71021686bcc4fa9b3cd4a791fd677ef0.tar.gz |
(shutdown): Check for `shutdown' function.
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 2bab174a0e7..b852510d023 100644 --- a/configure.in +++ b/configure.in @@ -1500,7 +1500,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) +utimes setrlimit setpgid getcwd shutdown) # 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. |