AC_MSG_CHECKING([whether to build test_bitcoin-seeder])
if test x$build_bitcoin_seeder$use_tests = xyesyes; then
AC_MSG_RESULT([yes])
BUILD_SEEDER_TEST="yes"
else
AC_MSG_RESULT([no])
BUILD_SEEDER_TEST=""
fi
AC_MSG_CHECKING([whether to reduce exports])
if test x$use_reduce_exports = xyes; then
AC_MSG_RESULT([yes])
else
AC_MSG_RESULT([no])
fi
if test x$build_bitcoin_utils$build_bitcoin_libs$build_bitcoind$bitcoin_enable_qt$use_bench$use_tests = xnononononono; then
AC_MSG_ERROR([No targets! Please specify at least one of: --with-utils --with-libs --with-daemon --with-seeder --with-gui --enable-bench or --enable-tests])