From 97f442ef2aa65ade6bea11e90054c57b90abbaca Mon Sep 17 00:00:00 2001 From: Christian Beier Date: Thu, 28 May 2015 16:02:52 +0200 Subject: Instead of letting the build system define endianess, rely on endian.h. --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 338f0ba..168873f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,6 @@ project(LibVNCServer) include(CheckFunctionExists) include(CheckIncludeFile) include(CheckTypeSize) -include(TestBigEndian) include(CheckCSourceCompiles) include(CheckCXXSourceCompiles) include(CheckCSourceRuns) @@ -163,8 +162,6 @@ if(NOT HAVE_LIBVNCSERVER_IN_ADDR_T) set(LIBVNCSERVER_NEED_INADDR_T 1) endif(NOT HAVE_LIBVNCSERVER_IN_ADDR_T) -TEST_BIG_ENDIAN(LIBVNCSERVER_WORDS_BIGENDIAN) - # TODO: # LIBVNCSERVER_ENOENT_WORKAROUND # inline -- cgit v1.2.3