[Libguestfs] [PATCH 08/10] configure.ac: Check for <netinet/in.h> and <arpa/inet.h>

Richard W.M. Jones rjones at redhat.com
Mon Sep 21 15:04:57 UTC 2009


From: Richard Jones <rjones at trick.home.annexia.org>

---
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index e144ac8..ac6e7a5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -122,7 +122,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 netinet/in.h arpa/inet.h])
 
 dnl Check for rpcgen and XDR library.  rpcgen is optional.
 AC_CHECK_PROG([RPCGEN],[rpcgen],[rpcgen],[no])
-- 
1.6.2.5




More information about the Libguestfs mailing list