diff options
author | Timothy Pearson <[email protected]> | 2012-02-19 14:40:34 -0600 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2012-06-03 03:26:54 +0200 |
commit | ff91f3f28fd55154fa39fa5f2f1228f532ce6f3c (patch) | |
tree | 4a6e740d5e5b715ba54e74bd93ef88a051cdbe00 /ConfigureChecks.cmake | |
parent | c9f7957083907b9e4c3fd12e9b6ef44f4812c704 (diff) | |
download | tdebase-ff91f3f28fd55154fa39fa5f2f1228f532ce6f3c.tar.gz tdebase-ff91f3f28fd55154fa39fa5f2f1228f532ce6f3c.zip |
Use detected architecture flags for immediate symbol binding in kdesktop lock
(cherry picked from commit 45f41ca57ecef2a51a19a8f61a953903421d3939)
Diffstat (limited to 'ConfigureChecks.cmake')
-rw-r--r-- | ConfigureChecks.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 41ede62f4..af7f22d47 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -9,6 +9,8 @@ # ################################################# +tde_setup_architecture_flags( ) + # termios.h (kdm, kioslave) if( BUILD_KDM OR BUILD_KIOSLAVES ) check_include_file( termios.h HAVE_TERMIOS_H ) |