From: Otto Moerbeek Date: Mon, 15 Jun 2020 13:29:19 +0000 (+0200) Subject: Use [noext] to avoid compiler-specific extensions in AX_CXX_COMPILE_STDCXX_11 X-Git-Tag: rec-4.4.0-alpha2~8^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60aed06da5131471ccdad6d4ee74891227e5e202;p=thirdparty%2Fpdns.git Use [noext] to avoid compiler-specific extensions in AX_CXX_COMPILE_STDCXX_11 --- diff --git a/configure.ac b/configure.ac index 274432595b..0776153069 100644 --- a/configure.ac +++ b/configure.ac @@ -48,7 +48,7 @@ PTHREAD_SET_NAME PDNS_WITH_LUA([mandatory]) PDNS_CHECK_LUA_HPP -AX_CXX_COMPILE_STDCXX_11 +AX_CXX_COMPILE_STDCXX_11([noext], [mandatory]) AC_MSG_CHECKING([whether we will enable compiler security checks]) AC_ARG_ENABLE([hardening], diff --git a/pdns/dnsdistdist/configure.ac b/pdns/dnsdistdist/configure.ac index 25a8fc8d68..b09a7e02b1 100644 --- a/pdns/dnsdistdist/configure.ac +++ b/pdns/dnsdistdist/configure.ac @@ -101,7 +101,7 @@ AS_IF([test "x$enable_dns_over_https" != "xno"], [ PDNS_CHECK_CDB PDNS_CHECK_LMDB -AX_CXX_COMPILE_STDCXX_11([ext], [mandatory]) +AX_CXX_COMPILE_STDCXX_11([noext], [mandatory]) AC_MSG_CHECKING([whether we will enable compiler security checks]) AC_ARG_ENABLE([hardening], diff --git a/pdns/recursordist/configure.ac b/pdns/recursordist/configure.ac index 32476b8c00..0b756510ae 100644 --- a/pdns/recursordist/configure.ac +++ b/pdns/recursordist/configure.ac @@ -33,7 +33,7 @@ AC_DEFINE([RECURSOR], [1], # Warn when pkg.m4 is missing m4_pattern_forbid([^_?PKG_[A-Z_]+$], [*** pkg.m4 missing, please install pkg-config]) -AX_CXX_COMPILE_STDCXX_11([ext], [mandatory]) +AX_CXX_COMPILE_STDCXX_11([noext], [mandatory]) AC_PROG_LIBTOOL PDNS_CHECK_OS