From: bert hubert Date: Sat, 14 Feb 2015 12:10:03 +0000 (+0100) Subject: only do c++-2011 is luawrapper works (breaks c+2011 for non-lua builds, but want... X-Git-Tag: dnsdist-1.0.0-alpha1~303 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7b22683830cf92a7e7e4dc09323d736bf62cc268;p=pdns only do c++-2011 is luawrapper works (breaks c+2011 for non-lua builds, but want to get the tests running again) --- diff --git a/m4/ax_cxx_compile_stdcxx_11.m4 b/m4/ax_cxx_compile_stdcxx_11.m4 index 5c747bfc3..44f3c9a32 100644 --- a/m4/ax_cxx_compile_stdcxx_11.m4 +++ b/m4/ax_cxx_compile_stdcxx_11.m4 @@ -39,6 +39,7 @@ m4_define([_AX_CXX_COMPILE_STDCXX_11_testbody], [[ #include #include + #include "pdns/ext/luawrapper/include/LuaContext.hpp" void test() { boost::shared_ptr one; boost::shared_ptr two;