Branch: master

af4c1177 2014-10-13 16:55:47 Slávek Banko
Add tde_setup_architecture_flags( ) to ConfigureChecks
M ConfigureChecks.cmake
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index ce92731..d78e05d 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
@@ -26,10 +31,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 )