Fix makefile logic to not break the build when xgettext is missing
Peter Eisentraut <peter_e@gmx.net>
Fix makefile logic to not break the build when xgettext is missing xgettext is only required when make init-po is run manually; it is not required for a build. The intent to handle that was already there, but the ifdef's were in the wrong place.
Files
| Path | Change | +/− |
|---|---|---|
| src/nls-global.mk | modified | +8 −4 |