bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] regex: depend on libc-config


From: Paul Eggert
Subject: [PATCH] regex: depend on libc-config
Date: Mon, 15 Oct 2018 00:18:20 -0500

* 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 acd7e51bc..31cf9791d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2018-10-15  Paul Eggert  <address@hidden>
+
+       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  <address@hidden>
 
        localename: Add support for per-thread locales on Solaris 11.4.
diff --git a/modules/regex b/modules/regex
index b3cdf042b..278510c4c 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.17.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]