Added header check for sys/select.h and sys/socket.h
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 7 Nov 2005 21:52:32 +0000 (21:52 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 7 Nov 2005 21:52:32 +0000 (21:52 +0000)
configure.ac

index df7d976..b4bf3b4 100644 (file)
@@ -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)