Actually make USE_GETTEXT available in the source

This commit is contained in:
Giuseppe Bilotta 2011-07-24 18:34:10 +02:00
parent 423109e64c
commit 3715e39e5d
1 changed files with 1 additions and 0 deletions

View 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