summaryrefslogtreecommitdiffstats
path: root/ConfigureChecks.cmake
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 /ConfigureChecks.cmake
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 'ConfigureChecks.cmake')
-rw-r--r--ConfigureChecks.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index d78e05db..8579d7a1 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -32,6 +32,10 @@ if( BUILD_KOPETE OR BUILD_KPPP )
check_include_file( string.h HAVE_STRING_H )
endif( )
+if( BUILD_KOPETE OR BUILD_KTALKD )
+ check_include_file( stdint.h HAVE_STDINT_H )
+endif( )
+
if( WITH_SLP )
check_library_exists( slp "SLPOpen" "" HAVE_SLP )
if( HAVE_SLP )