GNOME Bugzilla – Bug 73413
AM_GLIB_GNU_GETTEXT not picking up correct gettext impl
Last modified: 2004-12-22 21:47:04 UTC
on solaris, libc has gettext support, but not support for UTF-8. AM_GLIB_GNU_GETTEXT only checks for dcgettext(), which libc has, so it doesn't try an external -lintl. should glib check for bindtextdomain_codeset()? (sun is working around this by setting LDFLAGS to include -lintl in their builds)
*** This bug has been marked as a duplicate of 70627 ***