changeset 39919:9c237a90e50c

regex: depend on libc-config * modules/regex (Depends-on): Add libc-config. This is needed after the recent autoupdate from glibc.
author Paul Eggert <eggert@cs.ucla.edu>
date Mon, 15 Oct 2018 00:17:34 -0500
parents c17f5376064e
children e09facd7352a
files ChangeLog modules/regex
diffstat 2 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sun Oct 14 23:49:00 2018 -0500
+++ b/ChangeLog	Mon Oct 15 00:17:34 2018 -0500
@@ -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.
--- a/modules/regex	Sun Oct 14 23:49:00 2018 -0500
+++ b/modules/regex	Mon Oct 15 00:17:34 2018 -0500
@@ -21,6 +21,7 @@
 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]