From: Pieter Lexis Date: Thu, 31 Mar 2016 09:02:32 +0000 (+0200) Subject: dnsdist: automatically detect protobuf X-Git-Tag: dnsdist-1.0.0-beta1~14^2~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=76457f1dd04a0440bc377c447eb7d4c7cdcee9d9;p=pdns dnsdist: automatically detect protobuf --- diff --git a/pdns/dnsdistdist/configure.ac b/pdns/dnsdistdist/configure.ac index 6894c165c..ed896fb43 100644 --- a/pdns/dnsdistdist/configure.ac +++ b/pdns/dnsdistdist/configure.ac @@ -17,7 +17,7 @@ BOOST_FOREACH PDNS_ENABLE_UNIT_TESTS PDNS_CHECK_RE2 DNSDIST_ENABLE_DNSCRYPT -PDNS_ENABLE_PROTOBUF +PDNS_WITH_PROTOBUF AC_SUBST([YAHTTP_CFLAGS], ['-I$(top_srcdir)/ext/yahttp']) AC_SUBST([YAHTTP_LIBS], ['$(top_builddir)/ext/yahttp/yahttp/libyahttp.la']) diff --git a/pdns/dnsdistdist/m4/pdns_enable_protobuf.m4 b/pdns/dnsdistdist/m4/pdns_enable_protobuf.m4 deleted file mode 120000 index 31d73d873..000000000 --- a/pdns/dnsdistdist/m4/pdns_enable_protobuf.m4 +++ /dev/null @@ -1 +0,0 @@ -../../../m4/pdns_enable_protobuf.m4 \ No newline at end of file diff --git a/pdns/dnsdistdist/m4/pdns_with_protobuf.m4 b/pdns/dnsdistdist/m4/pdns_with_protobuf.m4 new file mode 120000 index 000000000..bdfe381da --- /dev/null +++ b/pdns/dnsdistdist/m4/pdns_with_protobuf.m4 @@ -0,0 +1 @@ +../../../m4/pdns_with_protobuf.m4 \ No newline at end of file