[svn] commit: r2017 - in /branches/trac217-remove-ext-boost: configure.ac ext/boost/
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Jun 1 18:02:17 UTC 2010
Author: jreed
Date: Tue Jun 1 18:02:17 2010
New Revision: 2017
Log:
Remove ext/boost hierarchy.
Remove the use of ext/boost from configure.
Removed:
branches/trac217-remove-ext-boost/ext/boost/
Modified:
branches/trac217-remove-ext-boost/configure.ac
Modified: branches/trac217-remove-ext-boost/configure.ac
==============================================================================
--- branches/trac217-remove-ext-boost/configure.ac (original)
+++ branches/trac217-remove-ext-boost/configure.ac Tue Jun 1 18:02:17 2010
@@ -364,19 +364,8 @@
fi
# Check for headers from required devel kits.
-# boost/shared_ptr.hpp is in ext in svn but not in tarball.
-CPPFLAGS_SAVED=$CPPFLAGS
-if test "X$BOOST_INCLUDES" = "X"; then
- # abs_top_srcdir not defined yet
- # so this is only useful to check. We'll replace it after the check.
- CPPFLAGS="$CPPFLAGS -Iext/boost"
-fi
AC_CHECK_HEADERS([boost/shared_ptr.hpp boost/foreach.hpp],,
AC_MSG_ERROR([Missing required header files.]))
-CPPFLAGS=$CPPFLAGS_SAVED
-if test "X$BOOST_INCLUDES" = "X"; then
- CPPFLAGS="$CPPFLAGS -I\$(top_srcdir)/ext/boost"
-fi
AC_ARG_ENABLE(man, [AC_HELP_STRING([--enable-man],
[regenerate man pages [default=no]])] ,enable_man=yes, enable_man=no)
More information about the bind10-changes
mailing list