Skip to content

Commit e64e178

Browse files
committed
build: remove check for gettimeofday & librt
1 parent 357e3f6 commit e64e178

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

configure.ac

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -919,8 +919,6 @@ if test "$ac_cv_sys_large_files" != "" &&
919919
CORE_CPPFLAGS="$CORE_CPPFLAGS -D_LARGE_FILES=$ac_cv_sys_large_files"
920920
fi
921921

922-
AC_SEARCH_LIBS([clock_gettime],[rt])
923-
924922
if test "$enable_gprof" = "yes"; then
925923
dnl -pg is incompatible with -pie. Since hardening and profiling together doesn't make sense,
926924
dnl we simply make them mutually exclusive here. Additionally, hardened toolchains may force

0 commit comments

Comments
 (0)