# and this notice are preserved. This file is offered as-is, without any
# warranty.
#serial 18
#serial 26
AC_DEFUN([AX_BOOST_BASE],
[
...
...
@@ -59,7 +59,7 @@ AC_ARG_WITH([boost],
AC_ARG_WITH([boost-libdir],
AS_HELP_STRING([--with-boost-libdir=LIB_DIR],
[Force given directory for boost libraries. Note that this will overwrite library path detection, so use this parameter only if default library detection fails and you know exactly where your boost libraries are located.]),
[Force given directory for boost libraries. Note that this will override library path detection, so use this parameter only if default library detection fails and you know exactly where your boost libraries are located.]),
[
if test -d "$withval"
then
...
...
@@ -84,15 +84,33 @@ if test "x$want_boost" = "xyes"; then