From e1d49ddae46cb80e565f61ba51027b45ddea7b9a Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 17 Apr 2014 22:41:09 -0700 Subject: [PATCH] regex: do not depend on malloc-gnu * modules/regex (Depends-on): Remove malloc-gnu. It's no longer needed, because of the 2012-12-29 patch "regex: port to hosts where malloc (0) == NULL". Reported by Nathan Kennedy in: http://lists.gnu.org/archive/html/bug-gnulib/2014-04/msg00026.html --- ChangeLog | 9 +++++++++ modules/regex | 1 - 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a298177cd2..fb25112109 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2014-04-17 Paul Eggert + + regex: do not depend on malloc-gnu + * modules/regex (Depends-on): Remove malloc-gnu. + It's no longer needed, because of the 2012-12-29 patch + "regex: port to hosts where malloc (0) == NULL". + Reported by Nathan Kennedy in: + http://lists.gnu.org/archive/html/bug-gnulib/2014-04/msg00026.html + 2014-04-16 Assaf Gordon expl: avoid incorrect expl(small_value) on OpenBSD 5.4 diff --git a/modules/regex b/modules/regex index 9d2e4d235d..c5ae1b255f 100644 --- a/modules/regex +++ b/modules/regex @@ -19,7 +19,6 @@ alloca-opt [test $ac_use_included_regex = yes] btowc [test $ac_use_included_regex = yes] gettext-h [test $ac_use_included_regex = yes] lock [test "$ac_cv_gnu_library_2_1:$ac_use_included_regex" = no:yes] -malloc-gnu [test $ac_use_included_regex = yes] memcmp [test $ac_use_included_regex = yes] memmove [test $ac_use_included_regex = yes] mbrtowc [test $ac_use_included_regex = yes] -- 2.39.5