libtiff: * configure.ac: x86_64 should use the same fill order as i386.

https://github.com/libsdl-org/libtiff/commit/078cd921041948699636e0e14436e5ee88992adc

From 078cd921041948699636e0e14436e5ee88992adc Mon Sep 17 00:00:00 2001
From: Bob Friesenhahn <[EMAIL REDACTED]>
Date: Wed, 7 Oct 2009 20:14:57 +0000
Subject: [PATCH] * configure.ac: x86_64 should use the same fill order as
 i386.

---
 ChangeLog                     | 4 ++++
 build/Makefile.in             | 2 +-
 configure                     | 2 +-
 configure.ac                  | 2 +-
 contrib/dbs/xtiff/Makefile.in | 2 +-
 html/Makefile.in              | 2 +-
 6 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index cedd0a02..95f9bd95 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-10-07  Bob Friesenhahn  <bfriesen@simple.dallas.tx.us>
+
+	* configure.ac: x86_64 should use the same fill order as i386.
+
 2009-09-24  Bob Friesenhahn  <bfriesen@simple.dallas.tx.us>
 
 	* tools/tiffcrop.c, man/tiffcrop.1: New tiffcrop from Richard
diff --git a/build/Makefile.in b/build/Makefile.in
index f67b1dc3..05a37eee 100644
--- a/build/Makefile.in
+++ b/build/Makefile.in
@@ -15,7 +15,7 @@
 
 @SET_MAKE@
 
-# $Id: Makefile.in,v 1.1.2.9 2009-08-28 18:49:02 bfriesen Exp $
+# $Id: Makefile.in,v 1.1.2.10 2009-10-07 20:15:00 bfriesen Exp $
 #
 # Tag Image File Format (TIFF) Software
 #
diff --git a/configure b/configure
index 4129015e..6f85a695 100755
--- a/configure
+++ b/configure
@@ -16307,7 +16307,7 @@ done
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking native cpu bit order" >&5
 $as_echo_n "checking native cpu bit order... " >&6; }
 case "$target_cpu" in
-    i*86*)
+    i*86*|x86_64*)
         HOST_FILLORDER=FILLORDER_LSB2MSB
 	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: lsb2msb" >&5
 $as_echo "lsb2msb" >&6; }
diff --git a/configure.ac b/configure.ac
index fa02fa9a..b9e04f5f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -191,7 +191,7 @@ dnl Check the native cpu bit order.
 dnl ---------------------------------------------------------------------------
 AC_MSG_CHECKING([native cpu bit order])
 case "$target_cpu" in
-    i*86*)
+    i*86*|x86_64*)
         HOST_FILLORDER=FILLORDER_LSB2MSB
 	AC_MSG_RESULT([lsb2msb])
 	;;
diff --git a/contrib/dbs/xtiff/Makefile.in b/contrib/dbs/xtiff/Makefile.in
index 431b0fd4..bf37e092 100644
--- a/contrib/dbs/xtiff/Makefile.in
+++ b/contrib/dbs/xtiff/Makefile.in
@@ -15,7 +15,7 @@
 
 @SET_MAKE@
 
-# $Id: Makefile.in,v 1.36.2.9 2009-08-28 18:49:02 bfriesen Exp $
+# $Id: Makefile.in,v 1.36.2.10 2009-10-07 20:15:00 bfriesen Exp $
 #
 # Tag Image File Format (TIFF) Software
 #
diff --git a/html/Makefile.in b/html/Makefile.in
index 0678cda5..2f464332 100644
--- a/html/Makefile.in
+++ b/html/Makefile.in
@@ -15,7 +15,7 @@
 
 @SET_MAKE@
 
-# $Id: Makefile.in,v 1.49.2.9 2009-08-28 18:49:02 bfriesen Exp $
+# $Id: Makefile.in,v 1.49.2.10 2009-10-07 20:15:00 bfriesen Exp $
 #
 # Tag Image File Format (TIFF) Software
 #