mirror of
https://github.com/moparisthebest/minetest
synced 2024-11-05 17:05:05 -05:00
Read config from gettext.h
Otherwise the USE_GETTEXT define might not be visible.
This commit is contained in:
parent
e00d7ee5be
commit
a8e493122e
@ -1,3 +1,5 @@
|
|||||||
|
#include "config.h" // for USE_GETTEXT
|
||||||
|
|
||||||
#if USE_GETTEXT
|
#if USE_GETTEXT
|
||||||
#include <libintl.h>
|
#include <libintl.h>
|
||||||
#else
|
#else
|
||||||
|
Loading…
Reference in New Issue
Block a user