summaryrefslogtreecommitdiffstats
path: root/ConfigureChecks.cmake
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2017-02-03 15:24:21 +0100
committerSlávek Banko <slavek.banko@axis.cz>2017-02-03 15:24:31 +0100
commit150ffb2b55b07cebd1975d782923552a2249dbaa (patch)
treec268bdf300751b8c4b16d70b0d6bbf0d62b25039 /ConfigureChecks.cmake
parent8f0efbe9b27494c4808d21bc7e2749ca9e6daf78 (diff)
downloadtdeutils-150ffb2b55b07cebd1975d782923552a2249dbaa.tar.gz
tdeutils-150ffb2b55b07cebd1975d782923552a2249dbaa.zip
Fix detection whether the system is big endian
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 909bc5d0170a152ec7f8d2f97ca3468c65afc7a3)
Diffstat (limited to 'ConfigureChecks.cmake')
-rw-r--r--ConfigureChecks.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index 509362a..2658fc4 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -24,6 +24,9 @@ endif( WITH_GCC_VISIBILITY )
tde_setup_architecture_flags( )
+include(TestBigEndian)
+test_big_endian(WORDS_BIGENDIAN)
+
##### ark #######################################