changeset 37212:5679a74c9809

regex: don't depend on wcscoll * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wcscoll. It is no longer used.
author Jim Meyering <meyering@fb.com>
date Mon, 21 Oct 2013 07:46:17 -0700
parents 3ef76f6983e8
children 62bc6d1e4c09
files ChangeLog m4/regex.m4
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sun Oct 20 11:32:58 2013 -0700
+++ b/ChangeLog	Mon Oct 21 07:46:17 2013 -0700
@@ -1,3 +1,9 @@
+2013-10-21  Jim Meyering  <meyering@fb.com>
+
+	regex: don't depend on wcscoll
+	* m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wcscoll.
+	It is no longer used.
+
 2013-10-20  Jim Meyering  <meyering@fb.com>
 
 	error: add the printf attribute to a static function
--- a/m4/regex.m4	Sun Oct 20 11:32:58 2013 -0700
+++ b/m4/regex.m4	Mon Oct 21 07:46:17 2013 -0700
@@ -268,6 +268,6 @@
   AC_REQUIRE([gl_EEMALLOC])
   AC_REQUIRE([gl_GLIBC21])
   AC_CHECK_HEADERS([libintl.h])
-  AC_CHECK_FUNCS_ONCE([isblank iswctype wcscoll])
+  AC_CHECK_FUNCS_ONCE([isblank iswctype])
   AC_CHECK_DECLS([isblank], [], [], [[#include <ctype.h>]])
 ])