From: Giuseppe Bilotta Date: Sun, 24 Jul 2011 16:34:10 +0000 (+0200) Subject: Actually make USE_GETTEXT available in the source X-Git-Tag: 20-08-2020~7000^2~32^2^2~3 X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=3715e39e5d5cd4a404a5286a9b16f896a64acf6a;p=dragonfireclient.git Actually make USE_GETTEXT available in the source --- diff --git a/src/cmake_config.h.in b/src/cmake_config.h.in index 6a8f93bac..7cbb11f6b 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