X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=m4%2Fbyteorder.m4;h=1bde3ae1f0d36b95b40b43afa4ec61573845c2c1;hp=685da68a3a94edb3c6fae3ec4f6e87ef8b9ebafa;hb=26af26a251a58f33b295a0ae36ebd27ec167dc88;hpb=5a8db3625a47f0697ac1b1f459775ae59fe714ca diff --git a/m4/byteorder.m4 b/m4/byteorder.m4 index 685da68..1bde3ae 100644 --- a/m4/byteorder.m4 +++ b/m4/byteorder.m4 @@ -39,7 +39,7 @@ AC_DEFINE_UNQUOTED(WORDS_BIGENDIAN, 1) fi if test "x${BYTEORDERCHECKOK}" != "x1"; then AC_MSG_RESULT(unknown) -echo Byte order could not determined. Try to insert your system type into aclocal.m4 about line 21 +echo Byte order could not determined. exit 1 fi ])