kuser: remove unused endianess check

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2021-06-28 12:50:21 +03:00
parent c711831e6f
commit 19a454ebbf
2 changed files with 0 additions and 7 deletions

View file

@ -13,8 +13,6 @@ include(CheckFunctionExists)
include(CheckLibraryExists)
include(CheckIncludeFiles)
include(TestBigEndian)
add_subdirectory(pics)
add_subdirectory(toolbar)
add_subdirectory(icon)
@ -44,8 +42,6 @@ check_function_exists(fgetgrent HAVE_FGETGRENT)
set(CMAKE_REQUIRED_INCLUDES shadow.h)
check_function_exists(fgetspent HAVE_FGETSPENT)
test_big_endian(WORDS_BIGENDIAN)
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/ku_config.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/ku_config.h)

View file

@ -21,6 +21,3 @@
/* Define to 1 if you have the <sys/stat.h> header file. */
#cmakedefine HAVE_SYS_STAT_H 1
#cmakedefine WORDS_BIGENDIAN