From: Giuseppe Bilotta Date: Sun, 24 Jul 2011 17:13:30 +0000 (+0200) Subject: Read config from gettext.h X-Git-Tag: 0.2.20110922~81^2~32^2^2~1 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a8e493122e436b3202b266db23e200e764bdabc5;p=oweals%2Fminetest.git Read config from gettext.h Otherwise the USE_GETTEXT define might not be visible. --- diff --git a/src/gettext.h b/src/gettext.h index 7c3a6ffab..493f9b21b 100644 --- a/src/gettext.h +++ b/src/gettext.h @@ -1,3 +1,5 @@ +#include "config.h" // for USE_GETTEXT + #if USE_GETTEXT #include #else