mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 05:55:28 +00:00
[#2372] Some leftover benchmark cruft removed
This commit is contained in:
committed by
Razvan Becheriu
parent
27a8617c10
commit
201f19ecaa
10
configure.ac
10
configure.ac
@@ -944,15 +944,6 @@ AC_CHECK_LIB(pthread, pthread_create,[ LDFLAGS="$LDFLAGS -lpthread" ], [])
|
||||
# Now that Crypto backend and Boost were done we can address TLS.
|
||||
AX_TLS
|
||||
|
||||
AM_CONDITIONAL(HAVE_BENCHMARK, test $enable_benchmark != "no")
|
||||
AM_CONDITIONAL(HAVE_BENCHMARK_SOURCE, test "X$have_benchmark_source" = "Xyes")
|
||||
AC_SUBST(DISTCHECK_BENCHMARK_CONFIGURE_FLAG)
|
||||
AC_SUBST(BENCHMARK_CPPFLAGS)
|
||||
AC_SUBST(BENCHMARK_INCLUDES)
|
||||
AC_SUBST(BENCHMARK_LDFLAGS)
|
||||
AC_SUBST(BENCHMARK_LDADD)
|
||||
AC_SUBST(BENCHMARK_SOURCE)
|
||||
|
||||
#
|
||||
# Some Googletest versions bug with C++11 compilers
|
||||
#
|
||||
@@ -1926,7 +1917,6 @@ cat >> config.report << END
|
||||
Developer:
|
||||
Enable Debugging: $debug_enabled
|
||||
Google Tests: $enable_gtest
|
||||
Google Benchmark: $enable_benchmark
|
||||
Valgrind: $found_valgrind
|
||||
C++ Code Coverage: $USE_LCOV
|
||||
Logger checks: $enable_logger_checks
|
||||
|
@@ -263,8 +263,6 @@ the following:
|
||||
|
||||
Google Test:
|
||||
no
|
||||
Google Benchmark:
|
||||
no
|
||||
|
||||
FreeRADIUS client:
|
||||
FREERADIUS_INCLUDE: -I/usr/local/include
|
||||
|
Reference in New Issue
Block a user