From e64e17830ad9323b8e5f562b1e457403b1ddaf3a Mon Sep 17 00:00:00 2001 From: fanquake Date: Tue, 11 Jul 2023 11:56:55 +0100 Subject: build: remove check for gettimeofday & librt --- configure.ac | 2 -- 1 file changed, 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 29ac8e3805..bfe4470fa4 100644 --- a/configure.ac +++ b/configure.ac @@ -919,8 +919,6 @@ if test "$ac_cv_sys_large_files" != "" && CORE_CPPFLAGS="$CORE_CPPFLAGS -D_LARGE_FILES=$ac_cv_sys_large_files" fi -AC_SEARCH_LIBS([clock_gettime],[rt]) - if test "$enable_gprof" = "yes"; then dnl -pg is incompatible with -pie. Since hardening and profiling together doesn't make sense, dnl we simply make them mutually exclusive here. Additionally, hardened toolchains may force -- cgit v1.2.3