aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1997-06-19 02:59:08 +0000
committerRichard M. Stallman1997-06-19 02:59:08 +0000
commit5914be4b28332f382fd9e53f565d19d214d35fc2 (patch)
treedcd8772a350a4a78a57d989cba5ac828a6849f06
parent3045f9561bc88bbccb898aa7113f70579ff0f426 (diff)
downloademacs-5914be4b28332f382fd9e53f565d19d214d35fc2.tar.gz
emacs-5914be4b28332f382fd9e53f565d19d214d35fc2.zip
(shutdown): Check for `shutdown' function.
-rw-r--r--configure.in2
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 \
1500rename closedir mkdir rmdir sysinfo \ 1500rename closedir mkdir rmdir sysinfo \
1501random lrand48 bcopy bcmp logb frexp fmod rint cbrt ftime res_init setsid \ 1501random lrand48 bcopy bcmp logb frexp fmod rint cbrt ftime res_init setsid \
1502strerror fpathconf select mktime euidaccess getpagesize tzset setlocale \ 1502strerror fpathconf select mktime euidaccess getpagesize tzset setlocale \
1503utimes setrlimit setpgid getcwd) 1503utimes 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.