changeset 16083:bd86abce47f4

(mktime): Fix typo in previous patch.
author Paul Eggert <eggert@twinsun.com>
date Tue, 03 Sep 1996 18:08:27 +0000
parents 518683f8b4ce
children c477472563dd
files src/config.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/config.in	Tue Sep 03 18:00:34 1996 +0000
+++ b/src/config.in	Tue Sep 03 18:08:27 1996 +0000
@@ -193,7 +193,7 @@
 #undef HAVE_AIX_SMT_EXP
 
 #undef HAVE_MKTIME
-#if HAVE_MKTIME && ! defined (_NEXT_SOURCE)
+#if ! HAVE_MKTIME || defined (_NEXT_SOURCE)
 #define mktime emacs_mktime
 #endif