# Boost accumulators, as used by dnsbulktest and dnstcpbench, need 1.48+
# to be compatible with C++11
AM_CONDITIONAL([HAVE_BOOST_GE_148], [test "$boost_major_version" -ge 148])
+AS_IF([test "$boost_major_version" -ge 148], [
+ AC_DEFINE(HAVE_BOOST_GE_148, [1], [Define to 1 if you have boost >= 1.48])
+])
BOOST_PROGRAM_OPTIONS([mt])
AS_IF([test "$boost_cv_lib_program_options" = "no"], [
dnswriter.cc dnswriter.hh \
ednsoptions.cc ednsoptions.hh \
ednssubnet.cc ednssubnet.hh \
- histog.hh \
iputils.cc \
logger.cc \
misc.cc \
dnsrecords.cc \
dnsscope.cc \
dnswriter.cc dnswriter.hh \
+ histog.hh \
logger.cc \
misc.cc \
nsecrecords.cc \