https://bugs.documentfoundation.org/show_bug.cgi?id=172934
--- Comment #10 from [email protected] <[email protected]> --- I have faced the same issue. Target: LibreOffice 26.8.0.1 (Regression from 26.2.4.2) Issue: configure fails with ./configure: line 43111: test: : integer expected when building --with-system-box2d on systems without a downstream box2d.pc file. Root Cause: m4/ax_box2d.m4 (or configure.ac) pipes $PKG_CONFIG --modversion box2d into cut without checking if $PKG_CONFIG returned output. This overwrites default major/minor version variables with empty strings, causing test "$BOX2D_MAJOR" -eq "2" to crash on unquoted empty evaluation. 1) Upstream Box2d has never provided a box2d.pc file. You are testing on a distro that manages their own pc file. Probably Ubuntu. 2) The configure script is looking for version 2.4.x, where as the download.lst file clearly states version 3.1.1 -- You are receiving this mail because: You are the assignee for the bug.
