]> granicus.if.org Git - pdns/commitdiff
We no longer rely on boost serialization
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Sun, 13 Mar 2016 15:43:22 +0000 (16:43 +0100)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Sun, 13 Mar 2016 15:43:22 +0000 (16:43 +0100)
5b71a3b removed the autoconf check for BOOST_SERIALIZATION.
Remove the variable since this now doesn't do anything.

modules/remotebackend/Makefile.am

index c78c95823bee397cf2148e9db14d21f1ab28a1a3..cc4afbbc46d5f26d9cbd0bf9df2fbc4c2d2994e1 100644 (file)
@@ -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)