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: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76457f1dd04a0440bc377c447eb7d4c7cdcee9d9;p=thirdparty%2Fpdns.git dnsdist: automatically detect protobuf --- diff --git a/pdns/dnsdistdist/configure.ac b/pdns/dnsdistdist/configure.ac index 6894c165c2..ed896fb432 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 31d73d8732..0000000000 --- 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 0000000000..bdfe381da6 --- /dev/null +++ b/pdns/dnsdistdist/m4/pdns_with_protobuf.m4 @@ -0,0 +1 @@ +../../../m4/pdns_with_protobuf.m4 \ No newline at end of file