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:
@@ -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>
|
2018-10-14 Bruno Haible <bruno@clisp.org>
|
||||||
|
|
||||||
localename: Add support for per-thread locales on Solaris 11.4.
|
localename: Add support for per-thread locales on Solaris 11.4.
|
||||||
|
@@ -21,6 +21,7 @@ btowc [test $ac_use_included_regex = yes]
|
|||||||
builtin-expect [test $ac_use_included_regex = yes]
|
builtin-expect [test $ac_use_included_regex = yes]
|
||||||
intprops [test $ac_use_included_regex = yes]
|
intprops [test $ac_use_included_regex = yes]
|
||||||
langinfo [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]
|
lock [test "$ac_cv_gnu_library_2_1:$ac_use_included_regex" = no:yes]
|
||||||
memcmp [test $ac_use_included_regex = yes]
|
memcmp [test $ac_use_included_regex = yes]
|
||||||
memmove [test $ac_use_included_regex = yes]
|
memmove [test $ac_use_included_regex = yes]
|
||||||
|
Reference in New Issue
Block a user