From 385bf7418d2cba45cc02c0da9d7f86002595870b Mon Sep 17 00:00:00 2001 From: Marcin Siodelski Date: Tue, 18 Jul 2017 16:39:16 +0200 Subject: [PATCH] [5215] Fixed a typo in the ax_boost_for_kea.m4 --- m4macros/ax_boost_for_kea.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4macros/ax_boost_for_kea.m4 b/m4macros/ax_boost_for_kea.m4 index 31ef5f4561..e2a4bb9e41 100644 --- a/m4macros/ax_boost_for_kea.m4 +++ b/m4macros/ax_boost_for_kea.m4 @@ -155,7 +155,7 @@ AC_ARG_WITH([boost-lib-dir], AC_HELP_STRING([--with-boost-lib-dir=PATH], [specify directory where to find Boost libraries]), [BOOST_LIB_DIR="$withval" - DISTCHECK_BOOST_CONFIGURE_FLAG="$DISTCHECK_BOOST_CONFIGURE_FLAG --with-boot-lib-dir=$withval"]) + DISTCHECK_BOOST_CONFIGURE_FLAG="$DISTCHECK_BOOST_CONFIGURE_FLAG --with-boost-lib-dir=$withval"]) AC_ARG_ENABLE([boost-headers-only], [AS_HELP_STRING([--enable-boost-headers-only], -- 2.47.3