Skip to content

Commit

Permalink
INTERNAL: Remove the check for clock_gettime function
Browse files Browse the repository at this point in the history
  • Loading branch information
ing-eoking authored and jhpark816 committed Nov 11, 2024
1 parent 31a464c commit bf52896
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,6 @@ then
enable_dependency_tracking=yes
fi

dnl **********************************************************************
dnl Checks for clock_gettime function.
dnl
dnl if clock_gettime is available, define USE_CLOCK_GETTIME 1
dnl else define USE_GETTIMEOFDAY 1
dnl **********************************************************************
AC_CHECK_LIB(rt, clock_gettime,
AC_DEFINE(USE_CLOCK_GETTIME, 1, [Defined if clock_gettime is available in libc]),
AC_DEFINE(USE_GETTIMEOFDAY, 1, [Defined if clock_gettime is not available in libc]))

dnl **********************************************************************
dnl DETECT_ICC ([ACTION-IF-YES], [ACTION-IF-NO])
dnl
Expand Down

0 comments on commit bf52896

Please sign in to comment.