From 507c4ffb2f19f3b3ee766c0964843c5f64fcd922 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 19 Feb 2012 14:43:17 -0600 Subject: Detect architecture flags during initial configuration --- ConfigureChecks.cmake | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ConfigureChecks.cmake') diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index c75eb54d1..a3a6d9ad3 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -9,6 +9,8 @@ # ################################################# +tde_setup_architecture_flags( ) + if( BUILD_LIBTDEPIM OR BUILD_KMAIL ) option( TDEPIM_NEW_DISTRLISTS "Define if you want to use the new distribution lists" ON ) endif( ) -- cgit v1.2.1