aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann1999-11-28 20:13:30 +0000
committerGerd Moellmann1999-11-28 20:13:30 +0000
commit02b25787251eef2b4f1110d3cefa8cbb7479844b (patch)
treee19709888a3c2ac65d5fb7a5e5579cf3aa2d470b
parent27413d99241503e6f4e9c7187aa2d13d1c3be2bb (diff)
downloademacs-02b25787251eef2b4f1110d3cefa8cbb7479844b.tar.gz
emacs-02b25787251eef2b4f1110d3cefa8cbb7479844b.zip
AC_CHECK_FUNCS for setitimer and ualarm.
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 7fce1785bf1..19be91e677f 100644
--- a/configure.in
+++ b/configure.in
@@ -1801,7 +1801,7 @@ rename closedir mkdir rmdir sysinfo \
1801random lrand48 bcopy bcmp logb frexp fmod rint cbrt ftime res_init setsid \ 1801random lrand48 bcopy bcmp logb frexp fmod rint cbrt ftime res_init setsid \
1802strerror fpathconf select mktime euidaccess getpagesize tzset setlocale \ 1802strerror fpathconf select mktime euidaccess getpagesize tzset setlocale \
1803utimes setrlimit setpgid getcwd shutdown strftime getaddrinfo \ 1803utimes setrlimit setpgid getcwd shutdown strftime getaddrinfo \
1804__fpending ftello getloadavg mblen mbrlen strsignal) 1804__fpending ftello getloadavg mblen mbrlen strsignal setitimer ualarm)
1805 1805
1806# Check this now, so that we will NOT find the above functions in ncurses. 1806# Check this now, so that we will NOT find the above functions in ncurses.
1807# That is because we have not set up to link ncurses in lib-src. 1807# That is because we have not set up to link ncurses in lib-src.