1
1

build: Don't test for big endian on Windows.

Visual Studio 2010 has problems running the test.
Этот коммит содержится в:
Andreas Schneider 2010-07-13 16:07:52 +02:00
родитель 296f6a9217
Коммит 019cb77b84

Просмотреть файл

@ -115,4 +115,6 @@ if (WITH_DEBUG_CALLTRACE)
endif (WITH_DEBUG_CALLTRACE)
# ENDIAN
test_big_endian(WORDS_BIGENDIAN)
if (NOT WIN32)
test_big_endian(WORDS_BIGENDIAN)
endif (NOT WIN32)