mirror of
https://github.com/minetest/minetest.git
synced 2024-11-27 01:53:45 +01: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