From: Giuseppe Bilotta Date: Sun, 24 Jul 2011 16:34:10 +0000 (+0200) Subject: Actually make USE_GETTEXT available in the source X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=3715e39e5d5cd4a404a5286a9b16f896a64acf6a;p=zefram%2Fminetest%2Fminetest_engine.git Actually make USE_GETTEXT available in the source --- diff --git a/src/cmake_config.h.in b/src/cmake_config.h.in index 6a8f93ba..7cbb11f6 100644 --- a/src/cmake_config.h.in +++ b/src/cmake_config.h.in @@ -6,6 +6,7 @@ #define PROJECT_NAME "@PROJECT_NAME@" #define INSTALL_PREFIX "@CMAKE_INSTALL_PREFIX@" #define VERSION_STRING "@VERSION_STRING@" +#define USE_GETTEXT @USE_GETTEXT@ #ifdef NDEBUG #define BUILD_TYPE "Release" #else