From: Paul Eggert Date: Mon, 15 Oct 2018 05:17:34 +0000 (-0500) Subject: regex: depend on libc-config X-Git-Tag: v1.0~5344 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=d63720fdeec91b230174fc8676efb6286837e82c;p=gnulib.git regex: depend on libc-config * modules/regex (Depends-on): Add libc-config. This is needed after the recent autoupdate from glibc. --- 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]