Blame SOURCES/0063-Ticket-49330-Add-endian-header-file-check-to-configu.patch

6f51e1
From c9817ebe42a97ac7df155582957927b4d1d08c5f Mon Sep 17 00:00:00 2001
6f51e1
From: Mark Reynolds <mreynolds@redhat.com>
6f51e1
Date: Mon, 18 Sep 2017 14:55:14 -0400
6f51e1
Subject: [PATCH] Ticket 49330 - Add endian header file
6f51e1
6f51e1
---
6f51e1
 configure.ac | 2 +-
6f51e1
 1 file changed, 1 insertion(+), 1 deletion(-)
6f51e1
6f51e1
diff --git a/configure.ac b/configure.ac
6f51e1
index 67217af..163db7d 100644
6f51e1
--- a/configure.ac
6f51e1
+++ b/configure.ac
6f51e1
@@ -39,7 +39,7 @@ AC_PROG_LIBTOOL
6f51e1
 AC_HEADER_DIRENT
6f51e1
 AC_HEADER_STDC
6f51e1
 AC_HEADER_SYS_WAIT
6f51e1
-AC_CHECK_HEADERS([arpa/inet.h errno.h fcntl.h malloc.h netdb.h netinet/in.h stdlib.h string.h strings.h sys/file.h sys/socket.h sys/time.h syslog.h unistd.h inttypes.h mntent.h sys/sysinfo.h])
6f51e1
+AC_CHECK_HEADERS([arpa/inet.h errno.h fcntl.h malloc.h netdb.h netinet/in.h stdlib.h string.h strings.h sys/file.h sys/socket.h sys/time.h syslog.h unistd.h mntent.h sys/sysinfo.h sys/endian.h endian.h])
6f51e1
 
6f51e1
 # Checks for typedefs, structures, and compiler characteristics.
6f51e1
 AC_HEADER_STAT
6f51e1
-- 
6f51e1
2.9.5
6f51e1