aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>2023-05-15 15:03:30 +0200
committerMarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>2023-05-18 12:24:40 +0200
commitfa953f15bfcf95df9aa9c91e1c4b56a205f4d1ae (patch)
tree2a7d8d9e87ebdebf95c81c296b5858fe7436109e /configure.ac
parentfa69955e741dd60dc6160e81cf223bbecd286806 (diff)
downloadbitcoin-fa953f15bfcf95df9aa9c91e1c4b56a205f4d1ae.tar.xz
build: Bump minimum supported GCC to g++-9
Also, update the code to use constexpr, which does not work in g++-8. Also, drop the no longer needed build-aux/m4/l_filesystem.m4.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 8e73213c78..db1b7f758a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -115,9 +115,6 @@ else
AX_CXX_COMPILE_STDCXX([20], [noext], [mandatory])
fi
-dnl check if additional link flags are required for std::filesystem
-CHECK_FILESYSTEM
-
dnl Unless the user specified OBJCXX, force it to be the same as CXX. This ensures
dnl that we get the same -std flags for both.
m4_ifdef([AC_PROG_OBJCXX],[