mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-01 06:25:34 +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.
|
# Now that Crypto backend and Boost were done we can address TLS.
|
||||||
AX_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
|
# Some Googletest versions bug with C++11 compilers
|
||||||
#
|
#
|
||||||
@@ -1926,7 +1917,6 @@ cat >> config.report << END
|
|||||||
Developer:
|
Developer:
|
||||||
Enable Debugging: $debug_enabled
|
Enable Debugging: $debug_enabled
|
||||||
Google Tests: $enable_gtest
|
Google Tests: $enable_gtest
|
||||||
Google Benchmark: $enable_benchmark
|
|
||||||
Valgrind: $found_valgrind
|
Valgrind: $found_valgrind
|
||||||
C++ Code Coverage: $USE_LCOV
|
C++ Code Coverage: $USE_LCOV
|
||||||
Logger checks: $enable_logger_checks
|
Logger checks: $enable_logger_checks
|
||||||
|
@@ -263,8 +263,6 @@ the following:
|
|||||||
|
|
||||||
Google Test:
|
Google Test:
|
||||||
no
|
no
|
||||||
Google Benchmark:
|
|
||||||
no
|
|
||||||
|
|
||||||
FreeRADIUS client:
|
FreeRADIUS client:
|
||||||
FREERADIUS_INCLUDE: -I/usr/local/include
|
FREERADIUS_INCLUDE: -I/usr/local/include
|
||||||
|
Reference in New Issue
Block a user