projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix compress filter for big endian systems
[paraslash.git]
/
configure.ac
diff --git
a/configure.ac
b/configure.ac
index
aeb6f8d
..
316f95c
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-15,6
+15,8
@@
AC_MSG_CHECKING(os type)
OSTYPE="`$UNAMEPATH -s`"
AC_MSG_RESULT("$OSTYPE")
+AC_C_BIGENDIAN()
+
AC_PROG_CC
AC_PROG_CPP
AC_PROG_INSTALL