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

61f723
From c9817ebe42a97ac7df155582957927b4d1d08c5f Mon Sep 17 00:00:00 2001
61f723
From: Mark Reynolds <mreynolds@redhat.com>
61f723
Date: Mon, 18 Sep 2017 14:55:14 -0400
61f723
Subject: [PATCH] Ticket 49330 - Add endian header file
61f723
61f723
---
61f723
 configure.ac | 2 +-
61f723
 1 file changed, 1 insertion(+), 1 deletion(-)
61f723
61f723
diff --git a/configure.ac b/configure.ac
61f723
index 67217af..163db7d 100644
61f723
--- a/configure.ac
61f723
+++ b/configure.ac
61f723
@@ -39,7 +39,7 @@ AC_PROG_LIBTOOL
61f723
 AC_HEADER_DIRENT
61f723
 AC_HEADER_STDC
61f723
 AC_HEADER_SYS_WAIT
61f723
-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])
61f723
+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])
61f723
 
61f723
 # Checks for typedefs, structures, and compiler characteristics.
61f723
 AC_HEADER_STAT
61f723
-- 
61f723
2.9.5
61f723