From: Pieter Lexis Date: Wed, 29 Apr 2015 09:29:55 +0000 (+0200) Subject: C++ 2011 is no longer optional X-Git-Tag: dnsdist-1.0.0-alpha1~248^2~85^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d064abb1f68f5b432b0180dd2a0ab895ba8da433;p=thirdparty%2Fpdns.git C++ 2011 is no longer optional --- diff --git a/configure.ac b/configure.ac index 21ddf1230e..5054cae57e 100644 --- a/configure.ac +++ b/configure.ac @@ -50,7 +50,7 @@ AS_IF([test "x$with_luajit" = "xno"], [ PDNS_WITH_LUA ]) -AX_CXX_COMPILE_STDCXX_11(,optional) +AX_CXX_COMPILE_STDCXX_11() AM_CONDITIONAL([CXX2011],[test "$HAVE_CXX11" = "1"]) AC_MSG_CHECKING([whether we will enable compiler security checks])