aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Eggert <[email protected]>1996-09-03 18:08:27 +0000
committerPaul Eggert <[email protected]>1996-09-03 18:08:27 +0000
commit65adbc85ce88c58a797cf30b8564462dc165b807 (patch)
tree80fab05be3a9b6dca1e5ead70503ba13d8f8a8ae /src
parent57a6d773a8d6c49fe609a0e95d04cfe5fb424e83 (diff)
(mktime): Fix typo in previous patch.
Diffstat (limited to 'src')
-rw-r--r--src/config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.in b/src/config.in
index d91b36e5e1..1dd85c9b5c 100644
--- a/src/config.in
+++ b/src/config.in
@@ -193,7 +193,7 @@ Boston, MA 02111-1307, USA. */
#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