Kaynağa Gözat

configure: Remove unneeded check for librt.

libfxt.so already has librt as NEEDED on GNU/Linux.
Ludovic Courtès 13 yıl önce
ebeveyn
işleme
49155ba68a
1 değiştirilmiş dosya ile 0 ekleme ve 3 silme
  1. 0 3
      configure.ac

+ 0 - 3
configure.ac

@@ -843,9 +843,6 @@ if test x$use_fxt = xyes; then
 	else
 	    PKG_CHECK_MODULES([FXT],  [fxt])
 	fi
-
-	# if we use monotonic clocks, FxT uses -lrt
-	AC_CHECK_LIB(rt, clock_gettime,,AC_MSG_ERROR([cannot find clock_gettime]))
 fi
 
 AC_MSG_CHECKING(whether performance debugging should be enabled)