summaryrefslogtreecommitdiff
path: root/modules/mktime
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 /modules/mktime
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.
Diffstat (limited to 'modules/mktime')
-rw-r--r--modules/mktime1
1 files changed, 1 insertions, 0 deletions
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]