Compile correctly even if i18n (libintl/gettext) is not available.
configure checks for the availability of i18n, but if it's not there, we weren't doing anything sensible. Now, we just use the English constant text strings in the code by defining _(x) and N_(x) to be just (x).
Please register or sign in to comment