mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-08-08 11:06:18 +00:00
HAVE_CLOCK_GETTIME is not used so remove it.
Signed-off-by: Francois Gouget <fgouget@codeweavers.com>
This commit is contained in:
parent
e4a42e50c2
commit
4ad3025249
@ -98,10 +98,7 @@ AC_SUBST(COMMON_CFLAGS)
|
||||
AC_CHECK_LIBM
|
||||
AC_SUBST(LIBM)
|
||||
|
||||
AC_CHECK_LIB(rt, clock_gettime,
|
||||
AC_DEFINE([HAVE_CLOCK_GETTIME], 1, [Defined if we have clock_gettime()])
|
||||
LIBRT=-lrt
|
||||
)
|
||||
AC_CHECK_LIB(rt, clock_gettime, LIBRT="-lrt")
|
||||
AC_SUBST(LIBRT)
|
||||
|
||||
AS_VAR_APPEND([SPICE_NONPKGCONFIG_LIBS], [" -pthread $LIBM $LIBRT"])
|
||||
|
||||
Loading…
Reference in New Issue
Block a user