[18:58] Hello, I am cross-compiling a software using the Autoconf configure script. On Hirsute, when the host is `armhf` (build is `amd64`), it started complaining that the python development library is not present (used for C extension modules) and I have to pass it by `./configure --host=arm-linux-gnueabihf --build=x86_64-linux-gnu LIBS="-L/usr/lib/arm-linux-gnueabihf/"`. When the host is `arm64` it works fine without the [18:58] `LIBS` hack, it works fine on Focal too (both `armhf` and `arm64`. Does anybody know what changed?