From 0dabdfe85732147d1c8d6016e8c3e40522104568 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Mon, 8 May 2023 23:17:15 +0200 Subject: Hardcode HOST_FILLORDER to FILLORDER_LSB2MSB, and make 'H' flag of TIFFOpen() to warn and an alias of FILLORDER_MSB2LSB --- configure.ac | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 292bb20e..8d1a52d1 100644 --- a/configure.ac +++ b/configure.ac @@ -254,22 +254,6 @@ AC_CHECK_FUNCS([mmap setmode]) dnl Will use local replacements for unavailable functions AC_REPLACE_FUNCS(getopt) -dnl --------------------------------------------------------------------------- -dnl Check the native cpu bit order. -dnl --------------------------------------------------------------------------- -AC_MSG_CHECKING([native cpu bit order]) -case "$host_cpu" in - i*86*|x86_64*) - HOST_FILLORDER=FILLORDER_LSB2MSB - AC_MSG_RESULT([lsb2msb]) - ;; - *) - HOST_FILLORDER=FILLORDER_MSB2LSB - AC_MSG_RESULT([msb2lsb]) - ;; -esac -AC_DEFINE_UNQUOTED(HOST_FILLORDER, $HOST_FILLORDER, [Set the native cpu bit order (FILLORDER_LSB2MSB or FILLORDER_MSB2LSB)]) - dnl --------------------------------------------------------------------------- dnl Configure legacy tifconf.h HOST_BIGENDIAN. dnl --------------------------------------------------------------------------- -- cgit v1.2.1