From 8efc9d6219df5b4a1d1c1b1713dc91d96e905244 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Tue, 30 Sep 2025 16:57:33 -0400 Subject: [PATCH] Fix configure misdetecting C++14 (#6488) (#6515). --- Changes | 2 +- configure.ac | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Changes b/Changes index 0f31a1e07..4d34e5c26 100644 --- a/Changes +++ b/Changes @@ -79,7 +79,7 @@ Verilator 5.041 devel * Fix splitting hierarchically referenced variables (#6475). [Ryszard Rozak, Antmicro Ltd.] * Fix Windows compilation of Verilator with spaces in the path (#6477). [Fabian Keßler-Schulz] * Fix PROTOTYPEMIS error on implicit logic (#6482). [Alex Solomatnikov] -* Fix configure misdetecting C++14 (#6488). [Thomas O'Keeffe] +* Fix configure misdetecting C++14 (#6488) (#6515). [Thomas O'Keeffe] * Fix false BLKSEQ on non-edged sensitivity list (#6492). [Oron Port] diff --git a/configure.ac b/configure.ac index 49b700da9..912c24fe3 100644 --- a/configure.ac +++ b/configure.ac @@ -596,8 +596,6 @@ AC_DEFUN([_MY_CXX_CHECK_CXX_VER], # error "Too old" #endif ], [[ - std::thread t([]{}); - t.join(); ]])], [_my_result=yes], [_my_result=no],