summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2018-11-21 09:12:33 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2018-11-21 09:13:04 -0800
commit910c5060dedb5abaed8e76bfd467dbf17b6ea019 (patch)
tree986d7d1bb9d48d2bc69ea63753a2ae8070ba8719
parent48a6c46b0b7e993aecf5c09386afd554165506ff (diff)
downloadgnulib-910c5060dedb5abaed8e76bfd467dbf17b6ea019.tar.gz
mktime: add libc-config dependency
I missed this when we synced from glibc. * modules/mktime (Depends-on): Add libc-config.
-rw-r--r--ChangeLog6
-rw-r--r--modules/mktime1
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 79f237fe63..15630fe230 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2018-11-21 Paul Eggert <eggert@cs.ucla.edu>
+
+ mktime: add libc-config dependency
+ I missed this when we synced from glibc.
+ * modules/mktime (Depends-on): Add libc-config.
+
2018-11-13 Paul Eggert <eggert@cs.ucla.edu>
longlong: fix comment typo
diff --git a/modules/mktime b/modules/mktime
index f08c5b14c3..17ed3cd781 100644
--- a/modules/mktime
+++ b/modules/mktime
@@ -10,6 +10,7 @@ Depends-on:
time
multiarch
intprops [test $REPLACE_MKTIME = 1]
+libc-config [test $REPLACE_MKTIME = 1]
stdbool [test $REPLACE_MKTIME = 1]
time_r [test $REPLACE_MKTIME = 1]
verify [test $REPLACE_MKTIME = 1]