From dfb75324af3dfdb983f354782c6025f37e665ee5 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 10 Jun 2012 01:46:23 -0500 Subject: 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! --- config.h.cmake | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.h.cmake') diff --git a/config.h.cmake b/config.h.cmake index a334fe786..39d6d8528 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -3,6 +3,9 @@ // Defined if you have fvisibility and fvisibility-inlines-hidden support. #cmakedefine __KDE_HAVE_GCC_VISIBILITY 1 +// Defined if compiler supports long long type. +#cmakedefine HAVE_LONG_LONG 1 + // konsole #cmakedefine HAVE_PROC_CWD 1 -- cgit v1.2.1