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

Visual Studio 2010 has problems running the test.
This commit is contained in:
Andreas Schneider
2010-07-13 16:07:52 +02:00
parent 7029d2f4b8
commit df2436b4a6

View File

@@ -119,4 +119,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)