From: Ruben Kerkhof Date: Sun, 13 Mar 2016 15:43:22 +0000 (+0100) Subject: We no longer rely on boost serialization X-Git-Tag: dnsdist-1.0.0-beta1~111^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=faac2034bf384e77aac94b939842044a7173d96b;p=thirdparty%2Fpdns.git We no longer rely on boost serialization 5b71a3b removed the autoconf check for BOOST_SERIALIZATION. Remove the variable since this now doesn't do anything. --- diff --git a/modules/remotebackend/Makefile.am b/modules/remotebackend/Makefile.am index c78c95823b..cc4afbbc46 100644 --- a/modules/remotebackend/Makefile.am +++ b/modules/remotebackend/Makefile.am @@ -133,7 +133,6 @@ libtestremotebackend_la_LIBADD = \ $(YAHTTP_LIBS) \ $(OPENSSL_LIBS) \ $(BOOST_UNIT_TEST_FRAMEWORK_LIBS) \ - $(BOOST_SERIALIZATION_LIBS) \ $(BOOST_PROGRAM_OPTIONS_LIBS) \ $(LIBDL) $(JSON11_LIBS)