aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2023-07-11 11:56:55 +0100
committerfanquake <fanquake@gmail.com>2023-07-12 09:09:14 +0100
commite64e17830ad9323b8e5f562b1e457403b1ddaf3a (patch)
tree1b285adfc18b190dbfe1f0a1985cf47406ca004f /configure.ac
parent357e3f6aa476658aecae7239b4b06d2bc362ff1e (diff)
build: remove check for gettimeofday & librt
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
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