projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2919e5a
)
configure: Remove duplicated check for clock_gettime
author
Sebastian Dröge
<sebastian.droege@collabora.co.uk>
Fri, 14 Aug 2009 09:53:14 +0000
(11:53 +0200)
committer
Sebastian Dröge
<sebastian.droege@collabora.co.uk>
Fri, 14 Aug 2009 09:53:14 +0000
(11:53 +0200)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index c079924fce41f8ee60ba0508a0a0e25a3ae3522e..2040d018572aa1fe54e5fa7d10f117c287cbaa6a 100644
(file)
--- 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 ***