pgsql: Require bind_textdomain_codeset() not just gettext() to enable - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Require bind_textdomain_codeset() not just gettext() to enable
Date
Msg-id 20080527221811.C4033754C54@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Require bind_textdomain_codeset() not just gettext() to enable NLS support.
GNU gettext before 0.10.36 does not have that function, and is generally too
incomplete to be usable.

Tags:
----
REL8_3_STABLE

Modified Files:
--------------
    pgsql/config:
        programs.m4 (r1.21 -> r1.21.2.1)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/config/programs.m4?r1=1.21&r2=1.21.2.1)
    pgsql:
        configure (r1.578.2.4 -> r1.578.2.5)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/configure?r1=1.578.2.4&r2=1.578.2.5)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Require bind_textdomain_codeset() not just gettext() to enable
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Require bind_textdomain_codeset() not just gettext() to enable