summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-06-10 01:46:23 -0500
committerSlávek Banko <slavek.banko@axis.cz>2012-06-13 21:27:50 +0200
commit4fd3190e4465a5756a953b6beb1ab7b01f6d03aa (patch)
treeafe196aac899640a03a39e3d30e38ca9ce9d1c18 /config.h.cmake
parent5a0055f9ddbf20dcca89fef962bccd7c6f225e4a (diff)
downloadtdebase-4fd3190e4465a5756a953b6beb1ab7b01f6d03aa.tar.gz
tdebase-4fd3190e4465a5756a953b6beb1ab7b01f6d03aa.zip
Fix Keramic data file installation and add long long check to CMake
This closes Bug 905 Thanks to Roman Savochenko and Leandro Nini for the patches! (cherry picked from commit dfb75324af3dfdb983f354782c6025f37e665ee5)
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake
index 1c37917fb..ba80cabac 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -1,5 +1,8 @@
#define VERSION "@VERSION@"
+// Defined if compiler supports long long type.
+#cmakedefine HAVE_LONG_LONG 1
+
// konsole
#cmakedefine HAVE_PROC_CWD 1