BIND 10 trac1870, updated. 686eb4e9edb4adee0cee357762fe9448fb0cb6bd [1870] removed unnecessary call to AX_BOOST_INCLUDE.

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Oct 3 19:22:04 UTC 2012


The branch, trac1870 has been updated
       via  686eb4e9edb4adee0cee357762fe9448fb0cb6bd (commit)
      from  274eddb40bacdf8d5933058e33b7d469cb9258c2 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 686eb4e9edb4adee0cee357762fe9448fb0cb6bd
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Wed Oct 3 12:21:40 2012 -0700

    [1870] removed unnecessary call to AX_BOOST_INCLUDE.
    
    since AC_REQUIRE internally does it.

-----------------------------------------------------------------------

Summary of changes:
 examples/m4/ax_isc_bind10.m4 |    2 --
 1 file changed, 2 deletions(-)

-----------------------------------------------------------------------
diff --git a/examples/m4/ax_isc_bind10.m4 b/examples/m4/ax_isc_bind10.m4
index ab18aec..8bf1c35 100644
--- a/examples/m4/ax_isc_bind10.m4
+++ b/examples/m4/ax_isc_bind10.m4
@@ -26,8 +26,6 @@ AC_REQUIRE([AX_BOOST_INCLUDE])
 AC_LANG_SAVE
 AC_LANG([C++])
 
-AX_BOOST_INCLUDE
-
 # Check for BIND10 common headers
 
 AC_ARG_WITH(bind10-include,



More information about the bind10-changes mailing list