[svn] commit: r1581 - /branches/bind10-devel-20100319/configure.ac

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Mar 19 12:33:31 UTC 2010


Author: jreed
Date: Fri Mar 19 12:33:31 2010
New Revision: 1581

Log:
merge r1572 from trunk: check for another header

Modified:
    branches/bind10-devel-20100319/configure.ac

Modified: branches/bind10-devel-20100319/configure.ac
==============================================================================
--- branches/bind10-devel-20100319/configure.ac (original)
+++ branches/bind10-devel-20100319/configure.ac Fri Mar 19 12:33:31 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