Sfoglia il codice sorgente

configure: Remove unneeded check for librt.

libfxt.so already has librt as NEEDED on GNU/Linux.
Ludovic Courtès 13 anni fa
parent
commit
49155ba68a
1 ha cambiato i file con 0 aggiunte e 3 eliminazioni
  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)