Thread: pgsql: Require bind_textdomain_codeset() not just gettext() to enable

pgsql: Require bind_textdomain_codeset() not just gettext() to enable

From
tgl@postgresql.org (Tom Lane)
Date:
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.

Modified Files:
--------------
    pgsql/config:
        programs.m4 (r1.22 -> r1.23)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/config/programs.m4?r1=1.22&r2=1.23)
    pgsql:
        configure (r1.596 -> r1.597)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/configure?r1=1.596&r2=1.597)