# HG changeset patch # User Jim Meyering # Date 1382392470 25200 # Node ID 35f4d54fdc3abfde112adcc6907e2f5464f06c7d # Parent 62bc6d1e4c09389aa5e0eda3062379a409adf33b regex: also remove dependency on HAVE_WCSCOLL * lib/regex_internal.h: Remove final vestige of the wcscoll dependency. diff -r 62bc6d1e4c09 -r 35f4d54fdc3a ChangeLog --- a/ChangeLog Mon Oct 21 20:42:42 2013 +0100 +++ b/ChangeLog Mon Oct 21 14:54:30 2013 -0700 @@ -1,3 +1,8 @@ +2013-10-21 Jim Meyering + + regex: also remove dependency on HAVE_WCSCOLL + * lib/regex_internal.h: Remove final vestige of the wcscoll dependency. + 2013-10-21 Reuben Thomas xfreopen: Fix typo. s/frepoen/freopen/ diff -r 62bc6d1e4c09 -r 35f4d54fdc3a lib/regex_internal.h --- 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