summaryrefslogtreecommitdiff
path: root/src/config.in
diff options
context:
space:
mode:
authorPaul Eggert <eggert@twinsun.com>1996-09-03 18:08:27 +0000
committerPaul Eggert <eggert@twinsun.com>1996-09-03 18:08:27 +0000
commit65adbc85ce88c58a797cf30b8564462dc165b807 (patch)
tree80fab05be3a9b6dca1e5ead70503ba13d8f8a8ae /src/config.in
parent57a6d773a8d6c49fe609a0e95d04cfe5fb424e83 (diff)
downloademacs-65adbc85ce88c58a797cf30b8564462dc165b807.tar.gz
(mktime): Fix typo in previous patch.
Diffstat (limited to 'src/config.in')
-rw-r--r--src/config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.in b/src/config.in
index d91b36e5e11..1dd85c9b5cc 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