diff options
author | Richard Jones <rjones@redhat.com> | 2009-10-29 17:54:48 +0000 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-10-29 17:54:48 +0000 |
commit | a4e27cdf4d3b831792dd20d796dc98a5bc684290 (patch) | |
tree | c7fe946a3fd8ae839056583387dc73404caa4a10 /configure.ac | |
parent | e02f42cb1d7f60c9d2f020d7d8c1b5316fb61310 (diff) | |
download | libguestfs-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.ac | 2 |
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]) |