From 2bdc3f5c9e2f2faa8c8ef0da63c19493dd6a58ed Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 7 Nov 2005 21:52:32 +0000 Subject: [PATCH] Added header check for sys/select.h and sys/socket.h --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index df7d976..b4bf3b4 100644 --- a/configure.ac +++ b/configure.ac @@ -104,7 +104,7 @@ fi ##AC_HEADER_STDC ##AC_HEADER_SYS_WAIT ##AC_HEADER_TIME -AC_CHECK_HEADERS(iostream list vector stdexcept) +AC_CHECK_HEADERS(sys/select.h sys/socket.h iostream list vector stdexcept) AC_CHECK_HEADERS(boost/thread/mutex.hpp \ boost/date_time/posix_time/posix_time.hpp \ boost/test/auto_unit_test.hpp) -- 1.7.10.4