projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
423109e
)
Actually make USE_GETTEXT available in the source
author
Giuseppe Bilotta
<giuseppe.bilotta@gmail.com>
Sun, 24 Jul 2011 16:34:10 +0000
(18:34 +0200)
committer
Giuseppe Bilotta
<giuseppe.bilotta@gmail.com>
Sun, 24 Jul 2011 16:34:10 +0000
(18:34 +0200)
src/cmake_config.h.in
patch
|
blob
|
history
diff --git
a/src/cmake_config.h.in
b/src/cmake_config.h.in
index 6a8f93bac244a8f1c5aef650ba0b9d8fae663ad3..7cbb11f6b2feadd9c7686ecaf567ce301bad4e61 100644
(file)
--- 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