]> git.eshelyaron.com Git - emacs.git/commitdiff
(MKTIME_OBJ): Use our mktime instead of NEXTSTEP's,
authorPaul Eggert <eggert@twinsun.com>
Tue, 3 Sep 1996 05:23:35 +0000 (05:23 +0000)
committerPaul Eggert <eggert@twinsun.com>
Tue, 3 Sep 1996 05:23:35 +0000 (05:23 +0000)
since NEXTSTEP's wrongly ignores TZ.

src/Makefile.in

index 257fda9df1ca077edfeecfd50558853a65d4a087..f4f5f54f467485233a267b73d54582a161f5accf 100644 (file)
@@ -472,7 +472,8 @@ ALL_LDFLAGS = LD_SWITCH_SYSTEM LD_SWITCH_MACHINE LD_SWITCH_SITE $(LDFLAGS)
 #define GETLOADAVG_OBJ getloadavg.o
 #endif
 
-#ifdef HAVE_MKTIME
+/* NEXTSTEP mktime wrongly ignores TZ.  */
+#if HAVE_MKTIME && ! defined (_NEXT_SOURCE)
 #define MKTIME_OBJ
 #else
 #define MKTIME_OBJ mktime.o