Browse Source

[5215] Fixed a typo in the ax_boost_for_kea.m4

Marcin Siodelski 7 years ago
parent
commit
385bf7418d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      m4macros/ax_boost_for_kea.m4

+ 1 - 1
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],