From fe0e9a269f318aae152fb4b55437b45609bfd6cc Mon Sep 17 00:00:00 2001 From: JINMEI Tatuya Date: Wed, 3 Oct 2012 12:21:40 -0700 Subject: [PATCH] [1870] removed unnecessary call to AX_BOOST_INCLUDE. since AC_REQUIRE internally does it. --- 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 ab18aecf34..8bf1c35c77 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,