Skip to content

configure.ac: Correct detection of `xgettext`

Lukas Oberhuber requested to merge lukaso/gimp:master into master

On macOS at least, xgettext is not being correctly identified because AM_GLIB_GNU_GETTEXT is blowing away the XGETTEXT variable which then messes up the version checking.

This moves that macro to after the version check.

Merge request reports