After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 132280 - GLIB_WITH_NLS macro needs AC_CANONICAL_HOST
GLIB_WITH_NLS macro needs AC_CANONICAL_HOST
Status: RESOLVED DUPLICATE of bug 122979
Product: glib
Classification: Platform
Component: general
2.3.x
Other Solaris
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2004-01-23 10:47 UTC by Laszlo (Laca) Peter
Modified: 2011-02-18 16:07 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix GLIB_WITH_NLS macro on Solaris (351 bytes, patch)
2004-01-23 10:49 UTC, Laszlo (Laca) Peter
none Details | Review

Description Laszlo (Laca) Peter 2004-01-23 10:47:47 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.
Comment 1 Laszlo (Laca) Peter 2004-01-23 10:49:26 UTC
Created attachment 23663 [details] [review]
fix GLIB_WITH_NLS macro on Solaris
Comment 2 Owen Taylor 2004-01-31 14:40:10 UTC

*** This bug has been marked as a duplicate of 122979 ***