Browse Source

Also check for the boost/foreach.hpp header.
One one of my systems, I had boost headers, but not this header
so build failed later.
(TODO: should check for boost version too.)


git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1572 e5f2f494-b856-4b98-b285-d166d9295462

Jeremy C. Reed 15 years ago
parent
commit
e294fee818
1 changed files with 1 additions and 1 deletions
  1. 1 1
      configure.ac

+ 1 - 1
configure.ac

@@ -248,7 +248,7 @@ PKG_CHECK_MODULES(SQLITE, sqlite3 >= 3.3.9)
 
 # Check for headers from required devel kits.
 # boost/shared_ptr.hpp is in ext in svn but not in tarball.
-AC_CHECK_HEADERS([boost/shared_ptr.hpp],,
+AC_CHECK_HEADERS([boost/shared_ptr.hpp boost/foreach.hpp],,
   AC_MSG_ERROR([Missing required header files.]))
 
 AC_ARG_ENABLE(man, [AC_HELP_STRING([--enable-man],