This is 0.14.2 being built on OpenBSD 6.1-current.
If I don't mention boost at all in ./configure, it gets detected and compiled in.
Strangely, ./configure --with-boost=no fails and complains boost was not found.
env AUTOCONF_VERSION=2.69 AUTOMAKE_VERSION=1.15 sh autogen.sh
./configure --prefix=$HOME --mandir=$HOME/man --disable-tests --disable-gui-tests --disable-wallet --with-gui=no --with-boost=no CC=egcc CXX=eg++
...
checking whether the Boost::System library is available... yes
configure: error: Could not find a version of the boost_system library!
Even more confusingly, it reports Boost::System as available, only to complain it could not find it a line later.