]> Savannah Git Hosting - gnulib.git/commitdiff
regex: fix dependency
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 17 Dec 2016 00:32:04 +0000 (16:32 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 17 Dec 2016 00:32:27 +0000 (16:32 -0800)
Problem reported by Bruno Haible in:
http://lists.gnu.org/archive/html/bug-gnulib/2016-12/msg00073.html
* modules/regex: Depend on builtin-expect.

ChangeLog
modules/regex

index 451e1d5bb8ac0a85c960cf0ed22fcec0780729b4..aba7199677c7bbefc0c7e23f5445001768634d8e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2016-12-16  Paul Eggert  <eggert@cs.ucla.edu>
 
+       regex: fix dependency
+       Problem reported by Bruno Haible in:
+       http://lists.gnu.org/archive/html/bug-gnulib/2016-12/msg00073.html
+       * modules/regex: Depend on builtin-expect.
+
        builtin-expect: new module
        Fix fnmatch to use it.
        Problem reported for z/OS by Daniel Richard G.
index e1c9b5887bc2c49019e9cd2efcd26c90270db635..2d93c5e7027eb22501bee94ff69c1e6fcceb6a02 100644 (file)
@@ -17,6 +17,7 @@ extensions
 ssize_t
 alloca-opt      [test $ac_use_included_regex = yes]
 btowc           [test $ac_use_included_regex = yes]
+builtin-expect  [test $ac_use_included_regex = yes]
 gettext-h       [test $ac_use_included_regex = yes]
 intprops        [test $ac_use_included_regex = yes]
 lock      [test "$ac_cv_gnu_library_2_1:$ac_use_included_regex" = no:yes]