]> git.eshelyaron.com Git - emacs.git/commitdiff
(MKTIME_OBJ):
authorPaul Eggert <eggert@twinsun.com>
Tue, 31 Dec 1996 19:10:03 +0000 (19:10 +0000)
committerPaul Eggert <eggert@twinsun.com>
Tue, 31 Dec 1996 19:10:03 +0000 (19:10 +0000)
Use BROKEN_MKTIME instead of system-specific macros to determine
whether mktime is broken.

src/Makefile.in

index 8af4538f33a561eaf29d05fb503f03d9a20835fa..15f87f643bcf6576afdff20c3b7c3c1c9844ed4a 100644 (file)
@@ -477,9 +477,7 @@ ALL_LDFLAGS = LD_SWITCH_SYSTEM LD_SWITCH_MACHINE LD_SWITCH_SITE $(LDFLAGS)
 #define GETLOADAVG_OBJ getloadavg.o
 #endif
 
-/* NEXTSTEP mktime wrongly ignores TZ.
-   SCO 3.2v4.2 mktime botches time arithmetic as used by display-time.  */
-#if HAVE_MKTIME && ! defined (_NEXT_SOURCE) && ! defined (SCO_R4)
+#if HAVE_MKTIME && ! BROKEN_MKTIME
 #define MKTIME_OBJ
 #else
 #define MKTIME_OBJ mktime.o