Parcourir la 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 il y a 15 ans
Parent
commit
e294fee818
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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],