From 6e0d56232011e771ded00a0958bb18d930961509 Mon Sep 17 00:00:00 2001 From: Vladislav Vaintroub Date: Thu, 21 Jan 2010 01:42:17 +0100 Subject: Fix failing yassl tests on OSX WORDS_BIGENDIAN was wrongly defined to 1 --- configure.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.cmake') diff --git a/configure.cmake b/configure.cmake index 7037e3eab37..47d0f137d43 100644 --- a/configure.cmake +++ b/configure.cmake @@ -702,9 +702,9 @@ int main() { # INCLUDE(TestBigEndian) IF(APPLE) - # Can'r run endian test on universal PPC/Intel binaries + # Cannot run endian test on universal PPC/Intel binaries # would return inconsistent result. - SET(WORDS_BIGENDIAN __BIG_ENDIAN CACHE INTERNAL "big endian test") + # config.h.cmake includes a special #ifdef for Darwin ELSE() TEST_BIG_ENDIAN(WORDS_BIGENDIAN) ENDIF() -- cgit v1.2.1