Description: debianization
 Meant to maintain a minimal debian/rules, to fix warnings,
 to address Debian specific stuff in general.
 This is a Debian centric patch.
Origin: vendor, Debian
Forwarded: not-needed
Author: Jerome Benoit <calculus@rezozer.net>
Last-Update: 2022-02-27

--- a/configure.ac
+++ b/configure.ac
@@ -40,9 +40,6 @@
 dnl Check for working C++ compiler; ask for C++14, require C++x0
 dnl
 AC_PROG_CXX
-AX_CXX_COMPILE_STDCXX(14, , optional)
-AS_IF([test x$HAVE_CXX14 = x0],
-  [ AX_CXX_COMPILE_STDCXX(0x, , mandatory) ])
 
 AC_LANG(C++)
 
