From 027e2601390af9f3bcd6c233458174657915ef61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Fri, 3 Feb 2017 13:17:47 +0100 Subject: Fix detection whether the system is big endian MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit ed71acf6dcd9380590048fc5c6eb9fd22cb3b9c5) --- kopete/protocols/yahoo/libkyahoo/CMakeLists.txt | 4 ---- kopete/protocols/yahoo/libkyahoo/sha1.c | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) (limited to 'kopete/protocols/yahoo') diff --git a/kopete/protocols/yahoo/libkyahoo/CMakeLists.txt b/kopete/protocols/yahoo/libkyahoo/CMakeLists.txt index 131ca394..68b1decc 100644 --- a/kopete/protocols/yahoo/libkyahoo/CMakeLists.txt +++ b/kopete/protocols/yahoo/libkyahoo/CMakeLists.txt @@ -11,10 +11,6 @@ include( ConfigureChecks.cmake ) -if( HAVE_INTTYPES_H ) - add_definitions( -DHAVE_INTTYPES_H ) -endif() - include_directories( ${CMAKE_CURRENT_BINARY_DIR} diff --git a/kopete/protocols/yahoo/libkyahoo/sha1.c b/kopete/protocols/yahoo/libkyahoo/sha1.c index 69ee51c2..506c183f 100644 --- a/kopete/protocols/yahoo/libkyahoo/sha1.c +++ b/kopete/protocols/yahoo/libkyahoo/sha1.c @@ -37,7 +37,7 @@ * 34aa973c d4c4daa4 f61eeb2b dbad2731 6534016f */ -/* #include */ +#include "config.h" #ifdef HAVE_INTTYPES_H # include -- cgit v1.2.1