mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
configure: Remove duplicated check for clock_gettime
This commit is contained in:
parent
2919e5add8
commit
95f555379a
1 changed files with 0 additions and 5 deletions
|
@ -337,11 +337,6 @@ AG_GST_CHECK_LIBHEADER(GSL, gsl,
|
|||
AC_SUBST(GSL_LIBS)
|
||||
AC_DEFINE(HAVE_GSL, [1],[Have GSL library]))
|
||||
|
||||
AC_CHECK_LIB(rt, clock_gettime, [
|
||||
AC_DEFINE(HAVE_CLOCK_GETTIME, 1)
|
||||
LIBS="$LIBS -lrt"
|
||||
])
|
||||
|
||||
dnl *** checks for types/defines ***
|
||||
|
||||
dnl *** checks for structures ***
|
||||
|
|
Loading…
Reference in a new issue