summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2002-05-18 14:54:37 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2002-05-18 14:54:37 +0000
commit32931e7d087b1f42d0d7ce34e64f414f86d4dfc2 (patch)
tree3b95d01ddbc5ea23d8ab0e13140e732a555bab59 /configure.in
parent410b70f907bc2867770c0f5267004549ee259052 (diff)
downloadgdk-pixbuf-32931e7d087b1f42d0d7ce34e64f414f86d4dfc2.tar.gz
Check for endianness.
* configure.in: Check for endianness. * io-tiff.c (tiff_image_parse): fix packing order on bigendian systems. (#81702)
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 07c3059ce..763557785 100644
--- a/configure.in
+++ b/configure.in
@@ -500,6 +500,8 @@ AM_CONDITIONAL(HAVE_WINTAB, test x$have_wintab = xyes)
saved_cflags="$CFLAGS"
saved_ldflags="$LDFLAGS"
+# check for bytesex stuff
+AC_C_BIGENDIAN
# Checks for header files.
AC_HEADER_STDC