Test on macOS 12.2.1 against the master branch. #24397 doesn’t fix it.
0brew info boost
1boost: stable 1.78.0 (bottled), HEAD
2...
3./configure --enable-external-signer
4...
5checking for boostlib >= 1.64.0 (106400)... yes
6checking whether Boost.Process can be used... no
7configure: error: External signing is not supported for this Boost version
It does work with boost 1.76 (there was no 1.77 release in home-brew):
0brew install boost@1.76
1...
2LDFLAGS="-L/usr/local/opt/boost@1.76/lib" CPPFLAGS="-I/usr/local/opt/boost@1.76/include" ./configure --enable-external-signer
3...
4checking for boostlib >= 1.64.0 (106400)... yes
5checking whether Boost.Process can be used... yes
6...
7Options used to compile and link:
8 external signer = yes
There’s nothing in the release notes about Boost.Process for either 1.77 or 1.78.
The Homebrew formula changes are nothing but a trivial version and hash bump.