summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2016-03-12 19:50:21 +0100
committerSlávek Banko <slavek.banko@axis.cz>2016-03-12 19:50:21 +0100
commit0a23f8e5d58d8a19bd36e0576415a66af45fb96f (patch)
tree15782028bad1f60b430e170828a4e573887947d6
parent9e87d8490c572a7671cf97b76f78ea915749b888 (diff)
downloadk3b-0a23f8e5.tar.gz
k3b-0a23f8e5.zip
cmake: Fix HAVE_LRINT and HAVE_LRINTF definitions
Must be defined always - with a value 0 or 1 Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r--config.h.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h.cmake b/config.h.cmake
index a914a13..0b361fb 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -23,8 +23,8 @@
#cmakedefine HAVE_SYS_VFS_H
#cmakedefine HAVE_BYTESWAP_H
#cmakedefine HAVE_STDINT_H
-#cmakedefine HAVE_LRINT
-#cmakedefine HAVE_LRINTF
+#define HAVE_LRINT @HAVE_LRINT@
+#define HAVE_LRINTF @HAVE_LRINTF@
#cmakedefine HAVE_STAT64
// Don't define HAVE_RESMGR due to it seems to be totally outdated