+2012-09-30 Bruno Haible <bruno@clisp.org>
+
+ localeconv tests: Avoid test failure on OpenIndiana.
+ * tests/test-localeconv.c (main): On OpenIndiana (a Solaris 11 variant)
+ skip the 'grouping' and 'mon_grouping' tests.
+ Reported by Jim Meyering.
+
2012-09-30 Bruno Haible <bruno@clisp.org>
havelib: Follow libtool developments.
ASSERT (STREQ (l->decimal_point, "."));
ASSERT (STREQ (l->thousands_sep, ""));
-#if !defined __FreeBSD__
+#if !(defined __FreeBSD__ || defined __sun)
ASSERT (STREQ (l->grouping, ""));
#endif
ASSERT (STREQ (l->mon_decimal_point, ""));
ASSERT (STREQ (l->mon_thousands_sep, ""));
-#if !defined __FreeBSD__
+#if !(defined __FreeBSD__ || defined __sun)
ASSERT (STREQ (l->mon_grouping, ""));
#endif
ASSERT (STREQ (l->positive_sign, ""));