]> git.eshelyaron.com Git - emacs.git/commitdiff
(MKTIME_OBJ): Use our mktime instead of SCO 3.2v4.2's, since it
authorPaul Eggert <eggert@twinsun.com>
Mon, 30 Dec 1996 07:34:15 +0000 (07:34 +0000)
committerPaul Eggert <eggert@twinsun.com>
Mon, 30 Dec 1996 07:34:15 +0000 (07:34 +0000)
botches time arithmetic as used by display-time.

src/Makefile.in

index 1f186c57db77e338cd4f60cd073588509f37bd61..8af4538f33a561eaf29d05fb503f03d9a20835fa 100644 (file)
@@ -477,8 +477,9 @@ ALL_LDFLAGS = LD_SWITCH_SYSTEM LD_SWITCH_MACHINE LD_SWITCH_SITE $(LDFLAGS)
 #define GETLOADAVG_OBJ getloadavg.o
 #endif
 
-/* NEXTSTEP mktime wrongly ignores TZ.  */
-#if HAVE_MKTIME && ! defined (_NEXT_SOURCE)
+/* 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)
 #define MKTIME_OBJ
 #else
 #define MKTIME_OBJ mktime.o