]> git.lizzy.rs Git - dragonfireclient.git/commitdiff
Actually make USE_GETTEXT available in the source
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Sun, 24 Jul 2011 16:34:10 +0000 (18:34 +0200)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Sun, 24 Jul 2011 16:34:10 +0000 (18:34 +0200)
src/cmake_config.h.in

index 6a8f93bac244a8f1c5aef650ba0b9d8fae663ad3..7cbb11f6b2feadd9c7686ecaf567ce301bad4e61 100644 (file)
@@ -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