GNOME Bugzilla – Bug 132280
GLIB_WITH_NLS macro needs AC_CANONICAL_HOST
Last modified: 2011-02-18 16:07:24 UTC
The Solaris specific check in GLIB_WITH_NLS needs $host to be set by AC_CANONICAL_HOST for correct operation. Lacking that the message catalogs get installed to $(libdir)/locale instead of $(datadir)/locale. This is the case with atk for example. Attaching one-liner patch.
Created attachment 23663 [details] [review] fix GLIB_WITH_NLS macro on Solaris
*** This bug has been marked as a duplicate of 122979 ***