]> Savannah Git Hosting - gnulib.git/commitdiff
regex: depend on libc-config
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 15 Oct 2018 05:17:34 +0000 (00:17 -0500)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 15 Oct 2018 05:18:04 +0000 (00:18 -0500)
* modules/regex (Depends-on): Add libc-config.
This is needed after the recent autoupdate from glibc.

ChangeLog
modules/regex

index acd7e51bcfb034e215c52fa244fd8641e24a3d1b..31cf9791dea11dbc70293ad552d5d5be68f2c383 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2018-10-15  Paul Eggert  <eggert@cs.ucla.edu>
+
+       regex: depend on libc-config
+       * modules/regex (Depends-on): Add libc-config.
+       This is needed after the recent autoupdate from glibc.
+
 2018-10-14  Bruno Haible  <bruno@clisp.org>
 
        localename: Add support for per-thread locales on Solaris 11.4.
index b3cdf042b66dcf5fe2083d5d556af7adeaa9b0a2..278510c4caa4412a657800a634309c2bbb55de73 100644 (file)
@@ -21,6 +21,7 @@ btowc           [test $ac_use_included_regex = yes]
 builtin-expect  [test $ac_use_included_regex = yes]
 intprops        [test $ac_use_included_regex = yes]
 langinfo        [test $ac_use_included_regex = yes]
+libc-config     [test $ac_use_included_regex = yes]
 lock      [test "$ac_cv_gnu_library_2_1:$ac_use_included_regex" = no:yes]
 memcmp          [test $ac_use_included_regex = yes]
 memmove         [test $ac_use_included_regex = yes]