summarylogtreecommitdiffstats
path: root/configure-ac.patch
AgeCommit message (Collapse)Author
2025-10-22Remove Boost::System detectiona821
Since boost 1.89, libboost_system.so.1 is not being built due to being 'header-only'. This breaks the ./configure script. Therefore, remove the Boost::System detection macros from configure.ac. [1] https://github.com/boostorg/boost/issues/1071
2025-06-01patch to fix configure.aca821
* Unneeded 'AM_INIT_AUTOMAKE' * force C++ standard to 14 (needed for boost libraries) * force C standard to 17 (gcc 15 uses C23 which breaks the build)