mirror of
https://github.com/luanti-org/luanti.git
synced 2025-12-06 15:35:26 +01:00
Sanitize GETTEXT usage macros
Now the user-level option is called ENABLE_GETTEXT, and USE_GETTEXT is only set to true if gettext was enabled and found. This simplifies all check to USE_GETTEXT only rather than the double checks for it being enabled and found.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#if defined(GETTEXT_FOUND) && defined(USE_GETTEXT)
|
||||
#if USE_GETTEXT
|
||||
#include <libintl.h>
|
||||
#else
|
||||
#define gettext(String) String
|
||||
|
||||
Reference in New Issue
Block a user