diff lib/regex_internal.h @ 37214:35f4d54fdc3a

regex: also remove dependency on HAVE_WCSCOLL * lib/regex_internal.h: Remove final vestige of the wcscoll dependency.
author Jim Meyering <meyering@fb.com>
date Mon, 21 Oct 2013 14:54:30 -0700
parents 8fd10f695b27
children 344018b6e5d7
line wrap: on
line diff
--- a/lib/regex_internal.h	Mon Oct 21 20:42:42 2013 +0100
+++ b/lib/regex_internal.h	Mon Oct 21 14:54:30 2013 -0700
@@ -110,7 +110,7 @@
 # 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