]> git.ipfire.org Git - thirdparty/gnulib.git/commitdiff
mktime: add libc-config dependency
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 21 Nov 2018 17:12:33 +0000 (09:12 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 21 Nov 2018 17:13:04 +0000 (09:13 -0800)
I missed this when we synced from glibc.
* modules/mktime (Depends-on): Add libc-config.

ChangeLog
modules/mktime

index 79f237fe63799917d16af25382f1b36c43c99d4b..15630fe230c7a33a22562dff641243dd51380447 100644 (file)
--- 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
index f08c5b14c3c978fe3cdae034dcad844dd03e226c..17ed3cd78178f2abca10e8a84840380886b2e61e 100644 (file)
@@ -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]