]> granicus.if.org Git - pdns/commitdiff
dnsdist: automatically detect protobuf
authorPieter Lexis <pieter.lexis@powerdns.com>
Thu, 31 Mar 2016 09:02:32 +0000 (11:02 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Thu, 7 Apr 2016 15:11:17 +0000 (17:11 +0200)
pdns/dnsdistdist/configure.ac
pdns/dnsdistdist/m4/pdns_enable_protobuf.m4 [deleted symlink]
pdns/dnsdistdist/m4/pdns_with_protobuf.m4 [new symlink]

index 6894c165c2be355edc1f0eaf5a6b0484322a345b..ed896fb43228752d7e0e683b4743ffdd1efa6f28 100644 (file)
@@ -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 (symlink)
index 31d73d8..0000000
+++ /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 (symlink)
index 0000000..bdfe381
--- /dev/null
@@ -0,0 +1 @@
+../../../m4/pdns_with_protobuf.m4
\ No newline at end of file