diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2017-02-03 15:24:21 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2017-02-03 15:24:21 +0100 |
commit | 909bc5d0170a152ec7f8d2f97ca3468c65afc7a3 (patch) | |
tree | 951cafb2d98ebd6ff0118443da6af62621f36038 /ConfigureChecks.cmake | |
parent | 6338a63ec9080f9f89fd10cec38955a9be0cdbe5 (diff) | |
download | tdeutils-909bc5d0170a152ec7f8d2f97ca3468c65afc7a3.tar.gz tdeutils-909bc5d0170a152ec7f8d2f97ca3468c65afc7a3.zip |
Fix detection whether the system is big endian
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'ConfigureChecks.cmake')
-rw-r--r-- | ConfigureChecks.cmake | 3 |
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 ####################################### |