summaryrefslogtreecommitdiffstats
path: root/kopete
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2016-12-04 19:14:57 +0100
committerSlávek Banko <slavek.banko@axis.cz>2016-12-04 19:14:57 +0100
commit182234c826322c90bed4e02bd0846372b83c245f (patch)
tree5104fee9c5bbc1aa49063d8dddb6b11d3a074c83 /kopete
parenta2f55c2d170e5c9ccd00e4bd42e05b689b7e402e (diff)
downloadtdenetwork-182234c826322c90bed4e02bd0846372b83c245f.tar.gz
tdenetwork-182234c826322c90bed4e02bd0846372b83c245f.zip
cmake: Move test for stdint.h to common tests
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'kopete')
-rw-r--r--kopete/protocols/yahoo/libkyahoo/CMakeLists.txt2
-rw-r--r--kopete/protocols/yahoo/libkyahoo/ConfigureChecks.cmake1
2 files changed, 0 insertions, 3 deletions
diff --git a/kopete/protocols/yahoo/libkyahoo/CMakeLists.txt b/kopete/protocols/yahoo/libkyahoo/CMakeLists.txt
index a4ba8ba0..131ca394 100644
--- a/kopete/protocols/yahoo/libkyahoo/CMakeLists.txt
+++ b/kopete/protocols/yahoo/libkyahoo/CMakeLists.txt
@@ -13,8 +13,6 @@ include( ConfigureChecks.cmake )
if( HAVE_INTTYPES_H )
add_definitions( -DHAVE_INTTYPES_H )
-elseif( HAVE_STDINT_H )
- add_definitions( -DHAVE_STDINT_H )
endif()
diff --git a/kopete/protocols/yahoo/libkyahoo/ConfigureChecks.cmake b/kopete/protocols/yahoo/libkyahoo/ConfigureChecks.cmake
index a2a2fe60..4e4e8a25 100644
--- a/kopete/protocols/yahoo/libkyahoo/ConfigureChecks.cmake
+++ b/kopete/protocols/yahoo/libkyahoo/ConfigureChecks.cmake
@@ -10,6 +10,5 @@
#################################################
check_include_file( inttypes.h HAVE_INTTYPES_H )
-check_include_file( stdint.h HAVE_STDINT_H )
check_include_file( strings.h HAVE_STRINGS_H )