From: Adam Dickmeiss Date: Mon, 7 Nov 2005 21:52:32 +0000 (+0000) Subject: Added header check for sys/select.h and sys/socket.h X-Git-Tag: YP2.0.0.2~148 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=2bdc3f5c9e2f2faa8c8ef0da63c19493dd6a58ed;p=metaproxy-moved-to-github.git Added header check for sys/select.h and sys/socket.h --- 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)