瀏覽代碼

configure: Remove unneeded check for librt.

libfxt.so already has librt as NEEDED on GNU/Linux.
Ludovic Courtès 13 年之前
父節點
當前提交
49155ba68a
共有 1 個文件被更改,包括 0 次插入3 次删除
  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)