regex: also remove dependency on HAVE_WCSCOLL
authorJim Meyering <meyering@fb.com>
Mon, 21 Oct 2013 21:54:30 +0000 (14:54 -0700)
committerJim Meyering <meyering@fb.com>
Mon, 21 Oct 2013 21:54:54 +0000 (14:54 -0700)
* lib/regex_internal.h: Remove final vestige of the wcscoll dependency.

ChangeLog
lib/regex_internal.h

index 7a42163..1c6a7af 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-10-21  Jim Meyering  <meyering@fb.com>
+
+       regex: also remove dependency on HAVE_WCSCOLL
+       * lib/regex_internal.h: Remove final vestige of the wcscoll dependency.
+
 2013-10-21  Reuben Thomas <rrt@sc3d.org>
 
        xfreopen: Fix typo. s/frepoen/freopen/
index 0d19f35..0270cbf 100644 (file)
 # define gettext_noop(String) String
 #endif
 
-#if (defined MB_CUR_MAX && HAVE_WCTYPE_H && HAVE_ISWCTYPE && HAVE_WCSCOLL) || _LIBC
+#if (defined MB_CUR_MAX && HAVE_WCTYPE_H && HAVE_ISWCTYPE) || _LIBC
 # define RE_ENABLE_I18N
 #endif