]> git.eshelyaron.com Git - emacs.git/commitdiff
Use AC_FUNC_GETLOADAVG, AC_FUNC_MKTIME.
authorDave Love <fx@gnu.org>
Fri, 14 Apr 2000 11:21:41 +0000 (11:21 +0000)
committerDave Love <fx@gnu.org>
Fri, 14 Apr 2000 11:21:41 +0000 (11:21 +0000)
configure.in

index 12676dcbf843d1148da785df496e8e9467da607f..86913c5b5aa340cc23c3e5221648d111f6afd3af 100644 (file)
@@ -1843,7 +1843,14 @@ 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 shutdown strftime getaddrinfo \
-__fpending ftello getloadavg mblen mbrlen strsignal setitimer ualarm)
+__fpending ftello mblen mbrlen strsignal setitimer ualarm)
+
+AC_FUNC_MKTIME
+if test "$ac_cv_func_working_mktime" = no; then
+  AC_DEFINE(BROKEN_MKTIME)
+fi
+
+AC_FUNC_GETLOADAVG
 
 # 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.