]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[5215] Fixed a typo in the ax_boost_for_kea.m4
authorMarcin Siodelski <marcin@isc.org>
Tue, 18 Jul 2017 14:39:16 +0000 (16:39 +0200)
committerMarcin Siodelski <marcin@isc.org>
Tue, 18 Jul 2017 14:39:16 +0000 (16:39 +0200)
m4macros/ax_boost_for_kea.m4

index 31ef5f45614afde0ddf4426b528030791a62f52d..e2a4bb9e41ae0ebaf838d7bee2c603ccbc812b93 100644 (file)
@@ -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],