1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00

regex: depend on libc-config

* modules/regex (Depends-on): Add libc-config.
This is needed after the recent autoupdate from glibc.
This commit is contained in:
Paul Eggert
2018-10-15 00:17:34 -05:00
parent 2bf91171a0
commit d63720fdee
2 changed files with 7 additions and 0 deletions

View File

@@ -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.

View 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]