[svn] commit: r1572 - /trunk/configure.ac
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Mar 19 11:39:08 UTC 2010
Author: jreed
Date: Fri Mar 19 11:39:08 2010
New Revision: 1572
Log:
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.)
Modified:
trunk/configure.ac
Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Fri Mar 19 11:39:08 2010
@@ -248,7 +248,7 @@
# 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],
More information about the bind10-changes
mailing list