summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2014-10-13 23:55:34 +0200
committerSlávek Banko <slavek.banko@axis.cz>2014-10-13 23:55:47 +0200
commitaf4c1177b4807132fd05a3f5e0c5b0ffbb701419 (patch)
treed194c9e0777401c0f94bb85cdb5bfaae8e449d02
parent88d7ebff6abf9536530707e79b9997ad2b24241b (diff)
downloadtdenetwork-af4c1177.tar.gz
tdenetwork-af4c1177.zip
Add tde_setup_architecture_flags( ) to ConfigureChecks
-rw-r--r--ConfigureChecks.cmake9
1 files changed, 5 insertions, 4 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index ce92731a..d78e05db 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -9,6 +9,11 @@
#
#################################################
+# required stuff
+tde_setup_architecture_flags( )
+find_package( TQt )
+find_package( TDE )
+
##### check for gcc visibility support #########
# FIXME
# This should check for [T]Qt3 visibility support
@@ -27,10 +32,6 @@ if( BUILD_KOPETE OR BUILD_KPPP )
check_include_file( string.h HAVE_STRING_H )
endif( )
-# required stuff
-find_package( TQt )
-find_package( TDE )
-
if( WITH_SLP )
check_library_exists( slp "SLPOpen" "" HAVE_SLP )
if( HAVE_SLP )