Added include of string
[metaproxy-moved-to-github.git] / configure.ac
index 6520799..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)
@@ -121,6 +121,7 @@ AC_CONFIG_FILES([
         Doxyfile
        Makefile
        src/Makefile
+       src/Jamfile
 ])
 
 AC_OUTPUT