From d63720fdeec91b230174fc8676efb6286837e82c Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 15 Oct 2018 00:17:34 -0500 Subject: [PATCH] regex: depend on libc-config * modules/regex (Depends-on): Add libc-config. This is needed after the recent autoupdate from glibc. --- ChangeLog | 6 ++++++ modules/regex | 1 + 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index acd7e51bcf..31cf9791de 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2018-10-15 Paul Eggert + + 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 localename: Add support for per-thread locales on Solaris 11.4. diff --git a/modules/regex b/modules/regex index b3cdf042b6..278510c4ca 100644 --- a/modules/regex +++ b/modules/regex @@ -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] -- 2.39.5