From: <sv...@op...> - 2024-10-26 08:04:31
|
Author: manx Date: Sat Oct 26 10:04:18 2024 New Revision: 21915 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21915 Log: [Fix] build: Autotools: Fix copy-paste error in r21843 which caused always C++17 mode if the compiler supported C++20. Modified: trunk/OpenMPT/build/autotools/configure.ac Modified: trunk/OpenMPT/build/autotools/configure.ac ============================================================================== --- trunk/OpenMPT/build/autotools/configure.ac Thu Oct 24 14:43:05 2024 (r21914) +++ trunk/OpenMPT/build/autotools/configure.ac Sat Oct 26 10:04:18 2024 (r21915) @@ -33,7 +33,6 @@ AX_CXX_COMPILE_STDCXX([17], [noext], [mandatory]) ],[] ) - AX_CXX_COMPILE_STDCXX([17], [noext], [mandatory]) ],[] ) |