summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2009-08-14 11:53:14 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-08-14 11:53:14 +0200
commit95f555379a3676ca212e6f511a6525614e8729dc (patch)
tree60e291e23af7404f56208352abe909729d081318
parent2919e5add82966150586684b3efb43509d971a80 (diff)
configure: Remove duplicated check for clock_gettime
-rw-r--r--configure.ac5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index c079924fce..2040d01857 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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 ***