configure: Remove duplicated check for clock_gettime
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Fri, 14 Aug 2009 09:53:14 +0000 (11:53 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Fri, 14 Aug 2009 09:53:14 +0000 (11:53 +0200)
configure.ac

index c079924fce41f8ee60ba0508a0a0e25a3ae3522e..2040d018572aa1fe54e5fa7d10f117c287cbaa6a 100644 (file)
@@ -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 ***