From 0a23f8e5d58d8a19bd36e0576415a66af45fb96f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sat, 12 Mar 2016 19:50:21 +0100 Subject: cmake: Fix HAVE_LRINT and HAVE_LRINTF definitions Must be defined always - with a value 0 or 1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- config.h.cmake | 4 ++-- 1 file 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 -- cgit v1.2.3