summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2009-10-29 17:54:48 +0000
committerRichard Jones <rjones@redhat.com>2009-10-29 17:54:48 +0000
commita4e27cdf4d3b831792dd20d796dc98a5bc684290 (patch)
treec7fe946a3fd8ae839056583387dc73404caa4a10 /configure.ac
parente02f42cb1d7f60c9d2f020d7d8c1b5316fb61310 (diff)
downloadlibguestfs-a4e27cdf4d3b831792dd20d796dc98a5bc684290.tar.gz
libguestfs-a4e27cdf4d3b831792dd20d796dc98a5bc684290.tar.xz
libguestfs-a4e27cdf4d3b831792dd20d796dc98a5bc684290.zip
RHEL 5: Detect endianness functions and supply them.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a235a06a..709b1b74 100644
--- a/configure.ac
+++ b/configure.ac
@@ -123,7 +123,7 @@ dnl Check sizeof long.
AC_CHECK_SIZEOF([long])
dnl Headers.
-AC_CHECK_HEADERS([errno.h sys/types.h sys/un.h sys/wait.h sys/socket.h])
+AC_CHECK_HEADERS([errno.h sys/types.h sys/un.h sys/wait.h sys/socket.h endian.h byteswap.h])
dnl Check for rpcgen and XDR library. rpcgen is optional.
AC_CHECK_PROG([RPCGEN],[rpcgen],[rpcgen],[no])