]> Savannah Git Hosting - gnulib.git/commitdiff
regex: don't depend on wcscoll
authorJim Meyering <meyering@fb.com>
Mon, 21 Oct 2013 14:46:17 +0000 (07:46 -0700)
committerJim Meyering <meyering@fb.com>
Mon, 21 Oct 2013 14:46:17 +0000 (07:46 -0700)
* m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wcscoll.
It is no longer used.

ChangeLog
m4/regex.m4

index 1855d16800befb768c47c8f9f7915e71488ab6c8..ee4e3c6cfaacbb9e324ec12960b92809293e7a5c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 0945c11a08f3e9c4da8a6d22be05de4834075cf5..424ae333a3c756c07664b8e2b3ce1afd03ccecf5 100644 (file)
@@ -268,6 +268,6 @@ AC_DEFUN([gl_PREREQ_REGEX],
   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>]])
 ])