Require bind_textdomain_codeset() not just gettext() to enable NLS support.
Tom Lane <tgl@sss.pgh.pa.us>
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.
Files
| Path | Change | +/− |
|---|---|---|
| config/programs.m4 | modified | +5 −3 |
| configure | modified | +12 −12 |