summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2026-01-02 23:03:50 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2026-01-02 23:10:50 +0900
commit8b6ecd1b347774aa8d21dddd0e95696b336cb094 (patch)
tree856bda312e9e39a92d2e6b26b994390d0b2bad72
parent9d7b37808782a9b4a0d3d64ab34aaae0f515d758 (diff)
downloadadmin-8b6ecd1b347774aa8d21dddd0e95696b336cb094.tar.gz
admin-8b6ecd1b347774aa8d21dddd0e95696b336cb094.zip
Do not enforce strict c++17 if default is >= c++17r14.1.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 16d744ebce40300e6d07ce78c242095555f3893d)
-rw-r--r--configure.in.min2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in.min b/configure.in.min
index d645355..41a66e2 100644
--- a/configure.in.min
+++ b/configure.in.min
@@ -46,7 +46,7 @@ AC_CONFIG_HEADER(config.h) dnl at the distribution this done
dnl Checks for programs.
AC_PROG_CC
AC_PROG_CXX
-TDE_CXX_COMPILE_STDCXX(17, noext, mandatory)
+TDE_CXX_COMPILE_STDCXX(17)
AC_CHECK_COMPILERS
AC_ENABLE_SHARED(yes)
AC_ENABLE_STATIC(no)