1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
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++)
|